/> Details verified of Madana Gopal D✕
Identity
Education
Know how UrbanPro verifies Tutor details
Identity is verified based on matching the details uploaded by the Tutor with government databases.
Online Classes Telugu Mother Tongue (Native)
English Proficient
Tamil Proficient
Presidency University 2022
Bachelor of Technology (B.Tech.)
Mahadevapura, Bangalore, India - 560048
Phone Verified
Email Verified
Report this Profile
Is this listing inaccurate or duplicate? Any other problem?
Please tell us about the problem and we will fix it.
Class Location
Online class via Zoom
Student's Home
Tutor's Home
Teaches
Java Full Stack Developer, JSP (Java Server Pages), Hibernate, Core Java, Servlet, J2EE, Spring
Certification training offered
No
Answered on 20/11/2023 Learn IT Courses/Java
Ask a Question
Inorder to create custom runtime exception->
create a class and extend it with RuntimeException class and create a constructor with string argument which accepts message and using super keyword send the message to parent class.
Code->
class MyRuntimeException extends RuntimeException{
public MyRuntimeException(String ms){
super(msg);
}
Inorder to create custom compiletime exception->
create a class and extend it with Exception class and create a constructor with string argument which accepts message and using super keyword send the message to parent class.
Code->
class CustomException extends Exception{
public CustomException(String ms){
super(msg);
}
Using throw keyword you can throw this exception where ever you want in yout code.
Ask a Question
Also have a look at
Class Location
Online class via Zoom
Student's Home
Tutor's Home
Teaches
Java Full Stack Developer, JSP (Java Server Pages), Hibernate, Core Java, Servlet, J2EE, Spring
Certification training offered
No
Answered on 20/11/2023 Learn IT Courses/Java
Ask a Question
Inorder to create custom runtime exception->
create a class and extend it with RuntimeException class and create a constructor with string argument which accepts message and using super keyword send the message to parent class.
Code->
class MyRuntimeException extends RuntimeException{
public MyRuntimeException(String ms){
super(msg);
}
Inorder to create custom compiletime exception->
create a class and extend it with Exception class and create a constructor with string argument which accepts message and using super keyword send the message to parent class.
Code->
class CustomException extends Exception{
public CustomException(String ms){
super(msg);
}
Using throw keyword you can throw this exception where ever you want in yout code.
Ask a Question
Reply to 's review
Enter your reply*
Your reply has been successfully submitted.
Certified
The Certified badge indicates that the Tutor has received good amount of positive feedback from Students.