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 is loop in java?
Why string is not a wrapper class?
Difference difference paint() and paintcomponent()?
What is command line argument in java?
When super keyword is used?
What are the basic control structures?
What is a container in a gui?
How do you sort in java?
How dead lock situation occurs in java and how you can identify it?
what is the final keyword denotes in java?
What does snprintf return?
What is the purpose of encapsulation?
What is object data type?
Add a value x to array from index l to r where 0 <= l <= r <= n-1
why we use merge option in hybernate pls give a ex snippet