What happens if an exception is not caught?
Answer Posted / sandeep
The programme will terminate abnormally and then default
exception handler will handle the exception.
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
What is nan inf?
What is the best definition for data?
What is garbage collection? What is the process that is responsible for doing that in java?
What is an error in java?
Explain why wait(), notify() and notifyall() methods are in object class rather than in thread class?
Explain about features of local inner class?
What is data type example?
What is lambda programming?
Can a class have multiple constructors?
What is the difference between compiler and jvm?
How many types of assembly languages are there?
placement papaers of spring computing technology
What is the purpose of return statement?
A person says that he compiled a java class successfully without even having a main method in it? Is it possible?
What is the difference between multitasking and multithreading in Java