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
Can we clone singleton object?
What are 5 boolean operators?
How to sort list of list in java?
What is main string [] args?
Can I override protected method in java?
What is the purpose of the system class in java programming?
Difference between Preemptive scheduling vs. Time slicing?
How to remove the trailing spaces from a string?
why are there separate wait and sleep methods? : Java thread
How do you remove duplicates from an array in java?
What is array list in java?
Can we use catch statement for checked exceptions when there is no chance of raising exception in our code?
What is meant by string is immutable?
What is the java reflection api? Why it’s so important to have?
What are the important features of Java 9 release?