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

why there are multiple catches for a try block.don't tell me that there can be multiple exception of a code segment that's why.tell me the real fact behind this.

4 Answers  


What is the disadvantage of synchronization?

0 Answers  


different types of threads?

18 Answers   TCS,


Explain the protected field modifier?

0 Answers  


Can I create any Marker Interface? If yes then how can I use it???

4 Answers  






What do heavy weight components mean in java programming?

0 Answers  


What is array list in java?

0 Answers  


Why synchronization is important in java?

0 Answers  


What is array command?

0 Answers  


Can an abstract class be final?

10 Answers  


What are the two types of java?

0 Answers  


JVM responsibility?

6 Answers   TCS,


Categories