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 |
What is the reflection?
What are init(), start() methods and whey they are called?
How will you communicate between two applets?
What is the difference between ArrayList and Vector? which one is better in Java
0 Answers SkillGun Technologies,
How many bits are used to represent unicode, ascii, utf-16, and utf-8 characters in java programming?
What is the advantage of functional interface in java 8?
What is hashmap in java?
What is the symbol for average?
How many bits is a word?
What is lambda in java?
Can we add two byte variables and assign the result to a byte variable ? b=b1+b2 where b,b1,b2 are byte types
How to Create A Wapper Class in core Java and Why are Use in java?