On Thu, Mar 24, 2011 at 9:32 AM, Edward Gabriel Moraru < [email protected]> wrote:
> Regarding the issue of checked exceptions I'd say that all of bad things > about them stems from IOException and SQLException. Absolutely. I think all the people who think that checked exceptions are a "failed experiment" or a "total failure" would probably think very differently if IOException and SQLException were runtime exceptions. In such a world, runtime exceptions would be much more frequent in Java code bases and, as a consequence, we would probably only see checked exceptions in places where they are really justified, thereby magnifying their usefulness. -- Cédric -- You received this message because you are subscribed to the Google Groups "The Java Posse" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/javaposse?hl=en.
