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


Please Help Members By Posting Answers For Below Questions

What is the maximum length of a url?

748


Does java linked list allow duplicates?

768


What do you understand by overloading and overriding in java?

799


What is a prefix function.write down a code to compute prefix function.

794


What are some characteristics of interference class?

784


What is meant by class loader? How many types are there? When will we use them?

747


Why does java have two ways to create child threads?

705


How do you represent a space in regex java?

758


How do you write a conditional statement?

728


What do you mean by exception handling in Java?

1016


What is finally block?

776


Is int a class in java?

758


How to create a base64 decoder in java8?

813


What is the difference between stored procedure & function?

779


what is anonymous class in java?

785