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 the maximum length of a url?
Does java linked list allow duplicates?
What do you understand by overloading and overriding in java?
What is a prefix function.write down a code to compute prefix function.
What are some characteristics of interference class?
What is meant by class loader? How many types are there? When will we use them?
Why does java have two ways to create child threads?
How do you represent a space in regex java?
How do you write a conditional statement?
What do you mean by exception handling in Java?
What is finally block?
Is int a class in java?
How to create a base64 decoder in java8?
What is the difference between stored procedure & function?
what is anonymous class in java?