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
Where can i get Latest SUN Certification Dumps and what are the Sun Certification Codes that are available, Im new to JAVA, so please gimme info as i need to write J2EE - Core Java Certification
What do you mean by constructor?
What is a variable in java?
What will happen to the exception object after exception handling?
Explain purpose of sleep() method in java?
How will you communicate between two applets?
Describe what happens when an object is created in java ?
What will be the output of round(3.7) and ceil(3.7)?
What is preparedstatement in java?
What do you mean by collectors in java 8?
What is the private method modifier?
If I only change the return type, does the method become overloaded?
What is the access scope of protected access specifier?
What is the difference between the reader/writer class hierarchy and the inputstream/outputstream class hierarchy in java programming?
Is linkedlist thread safe in java?