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
Addition to previous section relative word 5th one was Putrid ans: rotten, also there was prob. in 1st section on bucket weight ans:10kg, also there was a prob. on train speed to find bridge length ans:800 mtrs.
What is unicode used for?
Give few difference between constructor and method?
Can we override static methods in java?
What does sprintf mean?
What is the exact difference in between Unicast and Multicast object?
What is finalize()?
What is thread safe in java?
What are serialization and deserialization?
What is a finally block? Is there a case when finally will not execute?
What is byte value?
Can we declare the main method of our class as private?
In how many ways we can do exception handling in java?
What will happen if there is a default method conflict as mentioned above and we have specified the same signature method in the base class instead of overriding in the existing class ?
What does the “static” keyword mean?