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 Composition?
Is stringwriter thread safe?
What is the default access specifier for variables and methods of a class?
What is lossy conversion in java?
What is the file type?
what is heap memory?
Is java a security risk?
What is the purpose of main function in java?
Explain java coding standards for constants?
What is the association?
How to perform binary search in java?
How many types of operators are there?
What is generic type?
Why declare Main() inside the class in java ?
What is the destroy method?