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
how to write a program for sending mails between client and server
Is java good for beginners?
What is the current version of java?
Difference between static binding and dynamic binding?
How can we create a thread in java?
What is a parameter in matrices?
Why char array is preferred over string for storing password?
When to use runnable interface vs thread class in java?
Why lambda expression is used in java?
Why is java so popular?
Write a program to solve producer consumer problem in java?
What is the difference between stringbuffer and stringbuilder class?
What is constant in programming?
Objects or references which of them gets garbage collected?
Can inner class have constructor?