how to make a un-checked exception as a checked exception one.
Answer Posted / janardhan
If a client can reasonably be expected to recover from an
exception, make it a checked exception. If a client cannot
do anything to recover from the exception, make it an
unchecked exception.
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
What is an object’s lock and which object’s have locks?
Which of the following is not an isolation level in the JDBC
Can we use different return types for methods when overridden?
What is a condition in programming?
Is math class static in java?
What is the difference between private & public & friendly classes?
How is abstraction implemented in java ?
What is jrmp?
What is a boolean field?
What is sleep method?
Can we clone singleton object in java?
Can a class be declared as static?
Describe the syntax of multiple inheritance? When do we use such an inheritance?
What is == mean?
How can we find the sum of two linked lists using stack in java?