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
This 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