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 |
Write a program to find maximum and minimum number in array?
Which access specifier can be used with class ?
How can we achieve IPC in JAVA?
What are meta-annotations?
Will set allow duplicates in java?
How can we make sure main() is the last thread to finish in java program?
what is platform native code
What are the two types of exceptions in java? Which are the differences between them?
Explain class A{} class B{} class C{} all the three classes are saved in a single file name, what the name should i provide to the file ,in what file name should i run the program? Ple Explain
What are checked exceptions?
what are three ways in which a thread can enter the waiting state? : Java thread
What is a class component?