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 skills required for core java?
What is a lightweight component?
what is thread in Java ?
Explain the significance of class loaders in bootstrap?
Java Compiler is stored in JDK, JRE or JVM?
How to use string tokenizer class.
Give a practical example of singleton class usage?
Explain creating threads by extending thread class ?
Is call by reference possible in java?
How arrays are stored in memory in java?
What is an 8 bit word?
How do you represent a space in regex java?
What is difference between static class and normal class?
Define immutable object?
Explain about narrowing conversion in java?