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
Which variable is the independent variable?
Why do we need data structure in java?
What is difference between word and integer?
How do you identify if jvm is 32-bit or 64-bit from java program?
What is public static?
How do you break a loop?
What is operator overloading. Is it is supported in java?
Is null in java?
What is methods in java?
Explain the Propertie sof class?
Can a vector contain heterogenous objects?
Which sorting is best in java?
Why are parameters used in functions?
List some features of the abstract class.
Can we override data members in java?