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 rule of accessibility in java?
What is the difference between scrollbar and scrollpane?
Explain 5 io best practices?
Which class contains a method: cloneable or object?
Does A Class Inherit The Constructors Of Its Superclass?
what is abstract class in Java?
What is the difference between this() and super() in java?
What is arraylist class in java?
what is a thread pool in java and why is it used?
What is the differences between c++ and java? Explain
What is bufferedreader in java?
What is collections framework?
Implementations of set interface?
Can You Have Virtual Functions In Java?
What is a variable analysis?