How to avoid the runtime exception ?

Answers were Sorted based on User's Feedback



How to avoid the runtime exception ?..

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

How to avoid the runtime exception ?..

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

Post New Answer

More Core Java Interview Questions

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?

0 Answers  


How do you find the independent variable?

0 Answers  


How you can force the garbage collection?

0 Answers  


What is garbage collector?

0 Answers  


What is the applet security manager, and what does it provide?

0 Answers  


What is java util?

0 Answers  


what are class,constructor and primitive data types?

2 Answers   IBM,


What are inbuilt functions in java?

0 Answers  


What is the difference between serial and throughput garbage collector?

0 Answers  


What is meant by class loader? How many types are there?

0 Answers  


What is a java predicate?

0 Answers  


Categories