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 do you use find and replace?
Differentiate constructor and a method and how are it be used?
Difference between method overloading and overriding.
What is arrays aslist in java?
what is mean by ooad? where we are using? can you tell me any real time example?
Explain about the interpreter in java?
What do you understand by final value?
What is Exception handling in Java How do you handle run time errors please explain with an example
What is primitive array?
Why do we use regex?
Can we store variables in local blocks?
Difference between String and String Buffer?