What happens if an exception is not caught?
Answers were Sorted based on User's Feedback
results in the termination of the program
| Is This Answer Correct ? | 14 Yes | 2 No |
Answer / ravikiran
The default exception handler will print the stack trace
| Is This Answer Correct ? | 8 Yes | 2 No |
Answer / sandeep
The programme will terminate abnormally and then default
exception handler will handle the exception.
| Is This Answer Correct ? | 5 Yes | 0 No |
Answer / joo
statement goes to another try block or statement must go
to finally bloxk
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / 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 |
What is the difference between Grid and Gridbaglayout?
Which package is imported by default?
What are the steps to do connection pooling in weblogic?
Can we add default constructor to Servlet?
Difference between JVM and JRE?
Explain the meaning of java applet.
what is Portal(web based online portal)?
How do you differentiate abstract class from interface?
What is an exception in java?
How can a class be accessed, If no access modifiers are declared?
Why Do I Get A "permission Denied" Error After Downloading The .jnlp Java Launcher For The Vkvm?
What does sprintf return?