Mastering Java Exception Handling, Part 2: Checked vs. Unchecked Exceptions, 'throws' Keyword, and Finally Block
Feb 26, 2025 · 7 min read · "This article is the second part of the series Mastering Java Exception Handling. In Part 1, we covered how Java spots issues at compile-time and runtime, introducing try-catch for problems like ArithmeticException. Missed it? Catch up here. Now, in ...
Join discussion