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 covariant return type?

0 Answers  


What are the two parts of a conditional statement?

0 Answers  


How do you replace all in word?

0 Answers  


Why singleton is not thread safe?

0 Answers  


Is integer immutable in java?

0 Answers  






What is difference between static class and normal class?

0 Answers  


What is a java predicate?

0 Answers  


Why does java does not support multiple inheritance? Explain

0 Answers  


Which package is always imported by default?

0 Answers  


How is garbage collection controlled?

0 Answers  


How can two threads be made to communicate with each other?

3 Answers   HCL,


Is java supports multiple inheritance? explain?

12 Answers   BUET, Inforica,


Categories