What happens if an exception is not caught?
Answers were Sorted based on User's Feedback
results in the termination of the program
| Is This Answer Correct ? | 14 Yes | 2 No |
Answer / ravikiran
The default exception handler will print the stack trace
| Is This Answer Correct ? | 8 Yes | 2 No |
Answer / sandeep
The programme will terminate abnormally and then default
exception handler will handle the exception.
| Is This Answer Correct ? | 5 Yes | 0 No |
Answer / joo
statement goes to another try block or statement must go
to finally bloxk
| Is This Answer Correct ? | 2 Yes | 0 No |
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 |
how does the run() method in runnable work? : Java thread
How big is a gigabyte?
Is Java Class Threadsafe ????? How to make Java class Thread safe??
Explain the difference between association, aggregation and inheritance relationships.
who was the founder of java
32 Answers CTS, HCL, ProKarma,
Explain about java sdk?
What is the purpose of premetive data types in java?
What is actual difference between statement,prepared statement and callable statement and when we have to use it? pls post a answer with code and clear explanation. thanks
how to handle exceptions in ejb?
Describe string intern() methodology
To obtain design information about an object, which class in used?
How many bits is a boolean?