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 is an example of character?
What is a treeset in java?
What is the purpose of static keyword in java?
What string is utf8?
What is blank final variable?
Can a class be declared as static?
How does the java compiler work?
What is a dynamic array java?
Java Compiler is stored in JDK, JRE or JVM?
List out five keywords related to exception handling ?
What is assembly language?
Is it possible for a yielded thread to get chance for its execution again?
What is the difference between a vector & an array list?
How to convert string to byte array and vice versa?
What is the difference between static and global variables and also define what are volatile variables?