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
How do you sort arraylist in descending order?
What happens if a constructor is declared private?
Can we override private constructor in java?
What is literal example?
What is appletviewer?
What causes memory leak in java?
Can private method static?
Why is java called java?
What is a class object?
What is the maximum size of list in java?
Can a final variable be initialized in constructor?
Can subclass overriding method declare an exception if parent class method doesn't throw an exception?
Explain about narrowing conversion in java?
What lambda means?
Is string is a data type?