Answer Posted / niranjanravi
An Exception is a mild error conditon that your program
encounters.An Exception can be caught and recoverable.
| Is This Answer Correct ? | 5 Yes | 2 No |
Post New Answer View All Answers
Can a java program have 2 main methods?
Difference between stack and queue?
Can we override compareto method?
What happens when you invoke a thread’s interrupt method while it is sleeping or waiting?
Is it possible to use string in the switch case?
What are the Class Libraries ?
Can we sort a map in java?
Why do we need singleton class?
What is the access scope of a protected method?
What are the differences between graph and tree?
What is a type parameter in java?
What is meant by inheritance and what are its advantages?
How do you define a method?
What is the advantage of OOP in java?
What does bitwise or mean?