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 the use of private static?
What is a super method?
What are daemon Threads in java?
How many bits are used to represent unicode, ascii, utf-16, and utf-8 characters?
FOR EXAMPLE WE R HAVING TWO LIST ELEMENTS ..BOTH LISTS CONTAINS ID,NAME,PLACE ..I NEED TO COMPARE BOTH IDS IN TWO LISTS,IF ID'S R SAME MEANS WE HAVE ADD THE DETAILS(LIKE NAME,PLACE) TO MAP...HOW IS POSSIBLE ?CAN ANY ONE SUGGEST?
Can a method be static?
Describe how to implement singleton design pattern in struts.
Can a source file contain more than one class declaration?
Explain about core java?
How many types of variables are there?
Why do we need singleton class?
What are the restrictions imposed on method overriding?
What is the difference between interface & abstract class?
What programs use java?
Are generics important java?