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 |
What is the difference between the size and capacity of a vector?
What was java originally called?
In a my eclipse editor if i want to switch from jdk 1.4 to jdk 1.6 how to do that???? Initially i have jdk1.4
What is the locale class in java programming?
What is :: operator in java?
Which is better ascii or unicode?
What is meant by attribute?
How do you sort an array in java?
adapter class ?
Is sizeof a keyword in java programming?
Justify your answer that you can't define a method inside another method in java, if you can then how?
Is Java Platform Independent if then how?