What is the difference between error and exception and
explain in simple words not whatever is given in the book.
Answer Posted / shridhar shelake
Errors are born during compile-time and which is detected
by programmer while Exceptions are born during Run-Time and
which is not detected by developer.
| Is This Answer Correct ? | 16 Yes | 5 No |
Post New Answer View All Answers
Is class is a data type?
How do I start learning java?
What is static and final keyword in java?
How do you write a scanner class in java?
Is alive in java?
How do I find and replace in word?
What is a Presistent Object?
What's the default access specifier for variables and methods of a class?
I don’t want my class to be inherited by any other class. What should I do?
What is a for loop in java?
Can we change the scope of the overridden method in the subclass?
What is the locale class in java programming?
How do you remove duplicates from an array in java?
What does a method signature consist of?
Is singleton a bad practice?