Question: Explain the difference between checked and unchecked exceptions.Answer: Checked exceptions are checked at compile-time, while unchecked exceptions are checked at runtime. |
Is it helpful?
Yes
No
Most helpful rated by users: