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
How to use Media tracker Class.
How do you make an arraylist empty in java?
What 4 doubled?
What are the main uses of java?
Can we use catch statement for checked exceptions when there is no chance of raising exception in our code?
Can we execute a program without main() method?
What is a static class in java?
Which access specifier can be used with class ?
How is java hashmap implemented?
What does three dots mean in java?
What is the escape character in java?
Can constructor be synchronized?
Can singleton class be cloned?
Can a constructor be protected?
What restrictions are placed on method overriding in java programming?