An overview of exception handling in over 600,000 Java projects on Github and Sourceforge Java is one of the few languages that use checked exceptions. They are enforced during compile time, and require handling of some sort. But… what happens in practice? Do most developers actually handle anything? And how do they do that? In ...