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 |
write a simple program inheritance?
What are class members by default?
What is Applet Flickering ?
1 Answers Infosys, Persistent,
What is the difference between dom and sax parser in java?
Which is the best approach for creating thread ?
Difference between Encapsulation and Abstraction
What are static blocks in java ?
What is mnemonic in assembly language?
What is remote method invocation (rmi)?
Why Over riding is Run Time Polymorphism?
What is byte value?
what are Checked & Unchecked exceptions ?