What is the difference between error and exception and
explain in simple words not whatever is given in the book.
Answer Posted / neha
errors are not expected to be caught.whereas exceptions can
be handled.Ex:system Failure is error whereas
arrayindexoutofbounds is exception.
| Is This Answer Correct ? | 8 Yes | 0 No |
Post New Answer View All Answers
What is the difference between Error, defect,fault, failure and mistake?
What is difference between module and function?
Why convert an applet to an application?
What methodology can be utilized to link to a database?
How is the marker interface used in Java?
Which collection does not allow duplicates in java?
What is the difference between logical data independence and physical data independence?
What is the difference between math floor and math round?
How to make a class or a bean serializable?
What is the += operator called?
In Java list the methods that can be overridden?
When object is created and destroyed?
Can you inherit from an abstract class java?
Define reflection.
What is the difference between procedural and object-oriented programs?