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 the benefit of abstract class?
Why is it called a string?
What is e in java?
What is string data type?
Can an abstract class be a final class?
What is the meaning of nullable?
Is array dynamic in java?
Can we write multiple catch blocks under single try block?
State the main difference between c++ and java?
I want to print “hello” even before main is executed. How will you acheive that?
What is final class?
What is autoboxing and unboxing?
What is style and indentation?
What is instanceof keyword?
Why java is object oriented?