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
J2EE, Java Full Stack Developer, Core Java, Hibernate, JSP (Java Server Pages), Servlet, Spring
Certification training offered
No
1. What type of Java programming do you teach?
J2EE, Java Full Stack Developer, Core Java 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
J2EE, Java Full Stack Developer, Core Java, Hibernate, JSP (Java Server Pages), Servlet, Spring
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.
Post your Learning Need
Let us shortlist and give the best tutors and institutes.
or
Send Enquiry to Madana Gopal D
Let Madana Gopal D know you are interested in their class
Reply to 's review
Enter your reply*
Your reply has been successfully submitted.