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 final?
Difference between arraylist and vector.
Is a case study a method or methodology?
What is module in project?
Why we use multi threading instead of multiprocessing?
What is join () in java?
explain local datetime api in java8?
Explain about features of local inner class?
Why super is first line in java?
What is super keyword explain with example?
Which class is the superclass of all classes?
Write a program to print the pattern given below
Explain implementation and how is it different from conversion?
What is the purpose of the system class in java programming?
Explain about the select method with an example?