What happens if an exception is not caught?

Answers were Sorted based on User's Feedback



What happens if an exception is not caught?..

Answer / niranjanravi

results in the termination of the program

Is This Answer Correct ?    14 Yes 2 No

What happens if an exception is not caught?..

Answer / ravikiran

The default exception handler will print the stack trace

Is This Answer Correct ?    8 Yes 2 No

What happens if an exception is not caught?..

Answer / syed mustafa

Run time error

Is This Answer Correct ?    6 Yes 1 No

What happens if an exception is not caught?..

Answer / sandeep

The programme will terminate abnormally and then default
exception handler will handle the exception.

Is This Answer Correct ?    5 Yes 0 No

What happens if an exception is not caught?..

Answer / joo

statement goes to another try block or statement must go
to finally bloxk

Is This Answer Correct ?    2 Yes 0 No

What happens if an exception is not caught?..

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

Post New Answer

More Core Java Interview Questions

write a simple program inheritance?

2 Answers   Polaris,


What are class members by default?

0 Answers   Hexaware,


What is Applet Flickering ?

1 Answers   Infosys, Persistent,


What is the difference between dom and sax parser in java?

0 Answers  


Which is the best approach for creating thread ?

0 Answers  


Difference between Encapsulation and Abstraction

4 Answers   Fidelity,


What are static blocks in java ?

0 Answers  


What is mnemonic in assembly language?

0 Answers  


What is remote method invocation (rmi)?

0 Answers  


Why Over riding is Run Time Polymorphism?

3 Answers   Genpact,


What is byte value?

0 Answers  


what are Checked & Unchecked exceptions ?

2 Answers  


Categories