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 are basic data types?
if u open login & logout ,how can udisplay the timelogin & logout members ?
Explain creating threads by implementing runnable class?
Explain access modifiers in java.
What is unmodifiable collection in java?
What is the vector class in java programming?
How to convert string to byte array and vice versa?
Can a class have 2 constructors?
How to check if a list is sorted in java?
Can java run on google chrome?
Is it possible to instantiate the abstract class?
Is heap stored in ram?
How will you invoke any external process in java?
How can constructor chaining be done using this keyword?
Is a boolean 1 bit?