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
Can we write a class without main method in java?
What are the default and parameterized constructors?
Explain the difference between arraylist and linkedlist in java?
Similarity and difference between static block and static method ?
What are synchronized methods and synchronized statements in java programming?
What is a two-pass assembler?
How do you declare an empty string?
What is the difference between final, finally and finalize() in java?
What does a void function return?
What are the differences between path and classpath variables?
What does it mean that a class or member is final?
Have you ever used hashtable and dictionary?
How do you create an array in java?
Why scanner is used in java?
How much ram can a 64 bit processor theoretically?