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 ++ operator thread-safe in java?
What is r * in math?
What if constructor is protected in java?
What is a default constructor and also define copy contrucyor?
What is the difference between the Reader/Writer class hierarchy and the InputStream/OutputStream class hierarchy?
What are the supported platforms by java programming language?
What are the two ways in which thread can be created?
why using interface interface ?
Explain about the dynamic behavior of core java?
What does the exclamation mark mean in java?
Can an unreferenced object be referenced again?
How many types of variables are there?
Is arraylist sorted in java?
What is hashset in java?
Can inner class extend any class?