Answer Posted / shahnawaz ali shah
Exception is coverable
Error is uncoverable
Exception can be handled
and Error can not be handled
Exceptio is an run time error when an abnormal condition is
occured the jvm detect it and make the object of that
abnormal condition and throws it to its own class and that
object is catched by catched block and catch block handled it
Error is the compile time error not runtime and it is not
covered it is only fixed by a programer.
Note
When Error occur then our programe stops and donot run
but If exception occur then nothing happining only try block
will be suspended and after that if any code is written that
will be executed properly means our system or programe work
properly.
| Is This Answer Correct ? | 116 Yes | 17 No |
Post New Answer View All Answers
What comes to mind when someone mentions a shallow copy in java?
For class CFoo { }; what default methods will the compiler generate for you>?
What is the significance of java packages?
What is method and methodology?
What is singleton class in ruby?
Can list be final in java?
What is the size of a string in java?
What is string in java is it a data type?
What is string pool in java?
What is the difference between java applets and applications?
define the terminology association.
What is application tier?
How many bytes is a string in java?
What is difference between synchronize and concurrent collection in java?
What is the difference between processes and threads?