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 array length in java?

1 Answers  


How do you declare an empty string?

1 Answers  


What is the properties class?

1 Answers  


How java uses the string and stringbuffer classes?

1 Answers  


Can you run java program without main method?

1 Answers  


Can a class have more than one object?

1 Answers  


What is difference between path and classpath variables?

1 Answers  


How can you eliminate duplicates?

2 Answers  


Can an abstract class be final?

10 Answers  


What is the difference between an object-oriented programming language and object-based programming language?

1 Answers  


when you will synchronize a piece of your code? : Java thread

1 Answers  


is memory to the abstract class allocated ..or objects not instantiated

7 Answers   Synechron, TCS,


Categories