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 |
Is arraylist zero based?
Why parameters should be passed by reference?
What does a method signature consist of?
Explain about member inner classes?
What does the append?
How do you convert string to int in java?
What Is Pointer?
Why Java doesn’t support multiple inheritance?
Tell me about different OOPS concepts.
What is a hashmap used for?
How are multiple inheritances done in Java?
What is ternary operator? Give an example.