What happens if an exception is not caught?
Answer Posted / sandeep
The programme will terminate abnormally and then default
exception handler will handle the exception.
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
String class is defined under which package in java?
What’s the difference between constructors and other methods?
When should I use singleton?
What are three ways in which a thread can enter the waiting state in java programming?
Difference between Preemptive scheduling vs. Time slicing?
What is a consumer in java?
What is java object name?
Can I declare class as static or private?
Give the difference between the println method and sqrt method?
What is console based application in java?
what is server side caching?
What is a heavyweight component?
Give few examples of final classes defined in Java API?
Give reasons supporting that string is immutable.
How listener identify that the event came from a particular object?