Mahadevapura, Bangalore, India - 560048.
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.
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 Classes (Video Call via UrbanPro LIVE)
Student's Home
Tutor's Home
Teaches
Core Java, Spring, J2EE, Servlet, Java Full Stack Developer, Hibernate, JSP (Java Server Pages)
Certification training offered
No
1. What type of Java programming do you teach?
Core Java, Spring, J2EE and others
2. Which classes do you teach?
I teach Java Training Class.
3. Do you provide a demo class?
Yes, I provide a free demo class.
4. How many years of experience do you have?
I have been teaching for less than a year.
Answered on 20/11/2023 Learn IT Courses/Java
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.
Class Location
Online Classes (Video Call via UrbanPro LIVE)
Student's Home
Tutor's Home
Teaches
Core Java, Spring, J2EE, Servlet, Java Full Stack Developer, Hibernate, JSP (Java Server Pages)
Certification training offered
No
Answered on 20/11/2023 Learn IT Courses/Java
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.
Share this Profile
Also have a look at
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.