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 method overloading in JAVA? Why is it not present in C ?
0 Answers Akamai Technologies,
If a class is declared without any access modifiers, where may the class be accessed in java programming?
How do you find the independent variable?
How you can force the garbage collection?
What is garbage collector?
What is the applet security manager, and what does it provide?
What is java util?
what are class,constructor and primitive data types?
What are inbuilt functions in java?
What is the difference between serial and throughput garbage collector?
What is meant by class loader? How many types are there?
What is a java predicate?