Answer Posted / niranjanravi
An Exception is a mild error conditon that your program
encounters.An Exception can be caught and recoverable.
| Is This Answer Correct ? | 5 Yes | 2 No |
Post New Answer View All Answers
Why java is platform independent? Explain.
Is java programming easy?
How hashmap increases its size in java?
What does sprintf return?
Where can I find jdk in my computer?
Implement 2 stacks with just 1 array. The stack routines must not indicate overflow unless every slot in array is used.
How to access arraylist elements in java?
What is finalize() function in java?
What are the two basic ways in which classes that can be run as threads may be defined?
what is the purpose of the wait(), notify(), and notifyall() methods? : Java thread
Are arrays immutable in java?
What is difference between an object and a class?
What is main method?
Is vector thread safe in java?
What's the base class in java from which all classes are derived?