News

What you’ll learn in this Java tutorial About Java exceptions and their types The difference between checked and unchecked exceptions Three ways to throw Java exceptions How to test for ...
While some programmers believe checked exceptions are a good language feature, others would disagree. In this post, Jeff introduces checked exceptions, then dives into the debate.
Writing succinct and elegant JDBC code can be difficult. You have to create a few different objects and catch numerous checked exceptions, even if you can't reasonably recover from them.