When does Exception occurs?
Answers were Sorted based on User's Feedback
Answer / shakir khan
Exception is a condition that occur because of bad input
etc.
For example
FileNotFoundException will takesplace if the specified file
does not exist.
NullPointerException will be thrown if you try using a null
reference.
In most of the cases it is possible to recover from an
exception.
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / vikneswarank
any upnormal condication occur in try block .
| Is This Answer Correct ? | 0 Yes | 0 No |
What does pointer mean?
What is garbage collection? Can it be forced to run?
What is an i/o filter?
Does java set allow duplicates?
What is the purpose of finalization in java programming?
Break statement can be used as labels in java?
What is the difference between import java.util.date and java .util?
What is the difference between parameters and arguments ?
Which sort is best in java?
Given a singly linked list, find the middle of the list in a single traversal without using temporary variable.
What is difference between fail-fast and fail-safe?
what us Dyna action form?
4 Answers Aithent Technologies,