Mastering Java Exception Handling, Part 1: Problem Detection and the Basics of Try-Catch
Before we jump into exception handling, let’s first understand problem detection in Java. This can be categorized into two distinct phases. Java reports issues in two distinct phases of a program’s lifecycle:
Compile Time: When the Java compiler (ja...
om-nikharge.hashnode.dev6 min read