What happens if an exception is not caught?

What happens if an exception is not caught?

Vodam
Views: 724 | Community Opinion: 1

Tags..  Java Interview  Core Java

Bookmark this page..



Ask a New Question Go to Home

Community Opinion/Answers
 
Compil Said..

An uncaught exception results in the uncaughtException() method of the thread's ThreadGroup being
invoked, which eventually results in the termination of the program in which it is thrown.






What do you think? Add your opinion/answer
*Name
*your opinion/answer: