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
Can we define private and protected modifiers for the members in interfaces?
How can we make string upper case or lower case?
What is a website container?
What is autoboxing and unboxing?
What is a parameter example?
What are the application of stack?
What is append function?
How can you say java is object oriented?
What is a variable and constant?
What is the different between get and post?
What are the 7 types of characters?
How many inner classes can a class have?
What is meant by polymorphism?
Why generics are used in java?
How do you invoke a method?