Answer Posted / mukesh kumar
Exceptions are abnormal condition that occur at run time and
it can be handle through try catch block.
Errors are those abnormal condition that occur at compile
time and can not be handle. Error terminates the program
whereas exception does not terminate program directly, it
provide chance to handle that abnormal condition.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Why does my function print none?
Explain wait(), notify() and notifyall() methods of object class ?
Which collection is best for sorting in java?
What is the base class of all classes?
Is map ordered in java?
What is the benefit of lambda expressions?
What is a condition in java?
What is prefix of a string?
Why do we need singleton?
What is mnemonic in assembly language?
Where to store local variables?
What does mean in regex?
What do you understand by a Static Variable?
Hi Anyone know the model / questions of the Federal bank sample questions for the post of Specialist Officers - Programmers. Please post if anyone have..
What is the purpose of using javap?