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

What is an empty string in css?

0 Answers  


What is boolean false?

0 Answers  


What is a function in programming?

0 Answers  


Is it possible to write static method in abstract class? justyfy your answer?

5 Answers   Hexaware,


Can we cast any other type to boolean type with type casting?

0 Answers  






What are internal and external variables?

0 Answers  


Can we extend private class in java?

0 Answers  


How does a for loop work?

0 Answers  


Name two subclasses of the TextComponent class?

2 Answers  


Explain about static imports in java?

0 Answers  


whats the life cycle of jsp

2 Answers   Satyam,


What are the Object and Class that classes used for?

3 Answers   Mphasis,


Categories