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
Why stringbuffer is faster than string?
What will happen if static modifier is removed from the signature of the main method?
What does the three dot emoji mean?
How do you change an int to a string?
What is the use of runnable interface?
What is java oops?
What is multithreading and its advantages?
Variables used in a switch statement can be used with which datatypes?
What is getclass () getname () in java?
Define packages in java?
What is the new line character?
Difference between start() and run() method of thread class?
Does importing a package imports its sub-packages as well in java?
What does I ++ mean?
Similarity and difference between static block and static method ?