Bruce Eckel’s MindView, Inc: Does Java need Checked Exceptions?
This is something that I plan on reading later, it is an article by Bruce Eckel entitled Does Java need Checked Exceptions?
Although C++ introduced the exception specification, Java is the only mainstream language that enforces the use of specifications with “Checked Exceptions.” In this discussion I will examine the motivation and outcome of this experiment, and look at alternative (and possibly more useful) ways to manage exceptions. The goal of this discussion is to explore the ideas — in particular, what are your experiences with exceptions? Would it be more beneficial to you to use un-checked exceptions?