Answer Posted / 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 |
Post New Answer View All Answers
What are the 6 mandatory procedures for iso 9001?
Explain the usage of this with constructors?
Explain the differences between abstraction and encapsulation?
Define inheritance with reference to java.
What are the java ide’s?
Differentiate between array list and vector in java.
What are the different data types in java?
How do you declare an array in java?
What is public static void main?
What is the access scope of protected access specifier?
What is computer compiler?
Why arraylist is not synchronized in java example?
What should I import for arraylist in java?
What are byte codes?
What is the default size of arraylist in java?