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 are the differences between heap and stack memory?
What are the states of thread in java?
What is a 16 bit word?
What is the meaning of course?
Why doesn't the java library use a randomized version of quicksort?
What is the difference between Java1.4 and Java1.5
Is java se open source?
Where import statement is used in a java program?
How can we find the actual size of an object on the heap?
What is meant by data hiding in java?
Explain java thread life cycle.
What is meant by tab pans?
How do you compare two objects?
What is the difference between the size and capacity of a vector?
What is the difference between an interface and an abstract class?