KwickClips Java · 43 sec · free
Can a program survive 10 / 0?
Short answer. Yes, if the division sits in a try block with a matching catch.
When does finally run?
Always, whether or not an exception happened.
Remember
| try: risky code |
| catch: handle it |
| finally: always runs |
Ten divided by zero. Can the program survive? Risky code goes in try. Catch handles the error and prints Oops. Finally always runs, so it adds Done. Remember. Try holds risky code. Catch handles it. Finally always runs.
This clip is from the full lesson: Exception Handling in Java — 7 minutes, with the tables, the quick answers and the whole lesson in text.
Useful for: CBSE Class 12 Information Technology (802), ISC Class 12 Computer Science (868), GSEB Std 12 Computer Studies, GSEB Std 12 Computer Studies
More KwickClips from this lesson
Why will my file program not compile?42 sec
Which one needs an object?40 sec
How do you make your own exception?41 secVoice-over is AI-generated; the script is written and checked by Kajal Ma'am. Confirm anything you plan around against your official board document. We never ask for a password or an OTP.

