InterviewSolution
Saved Bookmarks
| 1. |
When does Exceptions in Java arises in code sequence?(a) Run Time(b) Compilation Time(c) Can Occur Any Time(d) None of the mentioned |
|
Answer» The correct choice is (a) Run Time To explain I would say: Exceptions in Java are run-time errors. |
|