How to avoid the runtime exception ?
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / therathna
write a program as per java specifications so that we can
avoid run time exceptions
| Is This Answer Correct ? | 2 Yes | 7 No |
can we access the super class method using subclass object?
when we have to use final class in java?
What is thread start?
List some important characteristics on jre
What is gui programming?
what is difference between requestprocessor and request dispatcher?
What are the names of interfaces that doesn't consists of method/s ?
How many ways can we create the string object?
Will set allow duplicates in java?
What is supplier in java?
What is scope & storage allocation of global and extern variables? Explain with an example
There are 2 methods in a class. Both have the same method signature except for return types. Is this overloading or overriding or what is it?