Answer Posted / ravikiran(aptech mumbai)
We cann't avoid a runtime exception it will be handled by
the jvm's default exception handler and print's the
particular stacktrace.
| Is This Answer Correct ? | 9 Yes | 2 No |
Post New Answer View All Answers
How do we access static members in java?
What do you understand by copy constructor in java?
Tell me a few examples of final classes defined in Java API?
What are the Static and Dynamic Variables? Differentiate them.
What is string data type?
What happens if a try-catch-finally statement does not have a catch clause to handle an exception that is thrown within the body of the try statement?
Difference between a process and a program?
How do I type unicode?
Why are constructors used?
What is string array?
What is the default value of byte datatype in java?
What does escaping a character mean?
What is the main advantage of passing argument by reference?
How can you set an applet’s height and width as a percentage?
Is string a class?