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 mentionedThis question was posed to me during an interview for a job.This interesting question is from Exceptional Handling Basics in chapter Exception Handling of Java |
|
Answer» The correct choice is (a) Run Time |
|