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

List some important features of java 10 release?

0 Answers  


What is the default initialized value of a boolean type variable?

3 Answers  


What is basic concept of static in java ?

1 Answers   iGate,


When you Click a Button, What event will be fired?

5 Answers  


What does system out println () do?

0 Answers  






did interface can implementation method ? i know its not possible but my interviewer said its possible ..but how..? any one have idea ???

7 Answers   IBM,


Is a string literal?

0 Answers  


What is Major and importance difference between for and foreach loop ?

0 Answers   Infosys,


how many ways to create Thread and which one is good? runnable interface ot Thread class?

3 Answers   Satyam,


What are examples of modifiers?

0 Answers  


Why does java not allow multiple public classes in a java file ?

2 Answers  


How many types of voids are there?

0 Answers  


Categories