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

When should I use singleton pattern?

0 Answers  


What is charat ()?

0 Answers  


What is an image buffer?

0 Answers  


What is difference between null and void?

0 Answers  


what is heap memory?

0 Answers   Tavant Technologies, Zensar,






What is the use of using enum to declare a constant?

0 Answers   Fidelity,


write a program to create an vector with string(add,remove) operation.and value should be enter through keyboard.

0 Answers   Axcend,


What comes to mind when someone mentions a shallow copy in java?

0 Answers  


Can you add null to a list java?

0 Answers  


Which software is used for java programming?

0 Answers  


When do I need to use reflection feature in java?

0 Answers  


Can a class have an interface?

0 Answers  


Categories