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
How will you load a specific locale?
Can we call the constructor of a class more than once for an object?
What is the scope or life time of instance variables?
Can we assign null to double in java?
What is jrmp?
What is numeric data type?
What is class??
Explain different forms of polymorphism?
what are synchronized methods and synchronized statements? : Java thread
What is the char data type?
What is difference between Heap and Stack Memory?
What is the escape character in java?
What are latest features introduced with java 8?
What is a cup of java?
What is bytecode verifier?