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
Which is faster call by value or call by reference?
Can we declare an array without size in java?
What is the collection interface?
What is the difference between the final method and abstract method?
Which sorting algorithm is best in java?
Can we sort set in java?
What methodology can be utilized to link to a database?
What are void pointers?
What is use of map in java?
What is udp in java?
What is javac_g?
What is the difference between an object-oriented programming language and object-based programming language?
Can a class be a super class and a sub-class at the same time? Give example.
Why we cannot override static method?
What are the four versions of java?