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 the reason that multiple inheritance is not possible in java??

1 Answers  


We can write any Java Logics in our JSP. Then why we are using servlets(Controller Layer) to interact with the DAO ?

6 Answers   TCS,


What are virtual methods?

1 Answers   TCS,


What is runtime locatable code?

0 Answers   Cognizant,


How to sort numbers in java without array?

0 Answers  






What is the relationship between a method?s throws clause and the exceptions that can be thrown during the method?s execution?

2 Answers  


for what purpose we use applets ?

3 Answers   Mindlogicx,


What is multithreading in java?

0 Answers  


explain the life cycle of thread?

10 Answers   CTS, NIIT, TCS,


Which software is used for java programming?

0 Answers  


Different types of Layouts?

11 Answers  


what is meaning of JIT?

4 Answers  


Categories