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
Is string passed by reference in java?
Which sorting is best in java?
Why is java so important?
What are the changes in java.io in java 8 ?
Explain about interrupt() method of thread class ?
Can we have try block without catch block?
Is singleton thread safe in java?
Explain an algorithm to find depth of a binary tree.
Is list thread safe in java?
What is the r character?
Is java developer a good career?
Can we define package statement after import statement in java?
how we can create packages in java?
What is an error in java?
How do you join strings in java?