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 a for loop in java?

0 Answers  


Explain the difference between abstract classes and interfaces in java?

0 Answers  


Difference between this(), super()?

12 Answers   College School Exams Tests, Oracle,


What is computer compiler?

0 Answers  


What is scanner in java?

0 Answers  






What is jee6?

0 Answers  


What is array length?

0 Answers  


Can long be null in java?

0 Answers  


Why put method is used?

0 Answers  


What is == and === in javascript?

0 Answers  


Can a final variable be initialized in constructor?

0 Answers  


Why java Don't Support Multiple interitence

8 Answers   ABC, Exilant, IBM,


Categories