What happens if an exception is not caught?
Answer Posted / ritika
The uncaughtException method of the thread ThreadGroup being invoked which eventually results in the termination o the thread in which it is thrown.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is ternary operator?
What is java console application?
How to restrict a member of a class from inheriting by its sub classes?
Where pragma is used?
What is a return in java?
Print Vertical traversal of a Binary Tree.
Can we create a class inside a class in java?
Can we change the value of static variable?
What restrictions are placed on method overriding in java programming?
Explain the importance of finally block in java?
What is set and get methods in java?
You can create a string object as string str = “abc”; why cant a button object be created as button bt = “abc”;? Explain
What are synchronized methods ?
How do you compare objects in java?
What about interthread communication and how it takes place in java?