What is the difference between error and exception and
explain in simple words not whatever is given in the book.
Answer Posted / neelamadhab mallick
During compilation, JVM check for the error by matching 200
internal instruction code of JVM which is predefine in JVM
by SUN Mc. It is not a class rather than instruction code.
Exception is runtime error witch is handled by Exception
classes present in Java provided by Sun Mc.
| Is This Answer Correct ? | 5 Yes | 1 No |
Post New Answer View All Answers
What is tree in java?
Can we overload the constructors?
What is the numeric promotion?
What is the method overriding?
What is unmodifiable list in java?
Give few difference between constructor and method?
What is map and hashmap in java?
What is int short for?
What do you mean by an object in java?
What is the preferred size of a component in java programming?
What are the procedures?
What is function declaration?
What is variable length arguments in java?
What is the size of boolean variable?
Can constructor be static or final?