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
What is final modifier?
What is the difference between member variables initialization and assignment in a constructor?
Explain about core java?
What is the implementation of destroy method in java. Is it native or java code?
What is meant by call by reference?
What is the purpose of abstract class?
Explain purpose of sleep() method in java?
Is there any limitation of using inheritance?
What is a nested structure?
why an outer class cannot be declared as private?
What is a string token?
Why local variables are stored in stack?
How do you convert boolean to boolean?
What is an anonymous class in java?
Which types of exceptions are caught at compile time?