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
Why does abstract class have constructor?
Do you know why doesn't the java library use a randomized version of quicksort?
What is output buffer?
Is null in java?
What is methods and methodology?
Is upper case in java?
How to reverse a string in java?
What is final keyword?
What are the three parts of a lambda expression?
What flag up means?
What is multithreading in java?
What is the maximum length of a url?
What are void methods?
Which is illegal identifier in java?
How to find the largest value from the given array.