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 |
Given a singly linked list, determine whether it contains a loop or not without using temporary space?
What is difference between static class and singleton pattern?
What are the parts of a method?
What is an association?
When should you make a function static?
How are this() and super() used with constructors?
Explain an algorithm to find depth of a binary tree.
0 Answers Akamai Technologies,
How does a for loop work?
Why is singleton instance static?
What is the life cycle of Thread ?
12 Answers HCL, Varnar Softech,
What is the do while loop syntax?
What are the methods to rectify ambiguities in the interfaces in JAVA?