Firstly, I am using Java v17 with Netbeans 12.6.

As I understood exceptions in Java, an exception has to either be thrown or handled.

However, I can't understand why this philosophy doesn't...