What happens if an exception is not caught?
Answer Posted / niranjanravi
results in the termination of the program
| Is This Answer Correct ? | 14 Yes | 2 No |
Post New Answer View All Answers
Can an interface be defined inside a class?
When a thread is executing synchronized methods , then is it possible to execute other synchronized methods simultaneously by other threads?
Can inner class final?
What is meant by 'bit masking' in java?
How many decimal places is a double?
Implement two stacks using a single array.
Can we declare an array without size in java?
How does regex work?
What is subsequence of a string?
What 5 doubled?
Can we extend a class with private constructor?
What is the purpose of static methods and variables?
Explain when classnotfoundexception will be raised ?
What are green threads in java?
A person says that he compiled a java class successfully without even having a main method in it? Is it possible?