explain the classification of exception and hoew to handle
the exceptions
Answer Posted / ravikiran
Checked and unchecked exceptions
We can handle the exception by make use of
try/catch/finally (or) by using throws clause
| Is This Answer Correct ? | 4 Yes | 3 No |
Post New Answer View All Answers
What do you understand by abstract classes?
What is comparator in java?
Is ++ operator is thread safe in java?
Can list be final in java?
What is linkedlist in java?
What are the 8 data types in java?
What is byte code and why is it important to java’s use for internet programming?
When is an object subject to garbage collection?
why java does not support unsigned keyword?
What one should take care of, while serializing the object?
What do you know about the garbage collector?
What is a boolean in java?
What are different access specifiers in java? Explain
What is a numeric string?
What happens when main () method is declared as private?