Browse > Home / J2EE, Java / Blog article: Check exceptions vs unchecked exceptions

| Subcribe via RSS

Check exceptions vs unchecked exceptions

September 18th, 2009 Posted in J2EE, Java

Another interesting article about checked-exceptions. I know this is not new, but every time a new project starts, I’m having the same discussion about checked-exceptions.

Once upon a time Java created an experiment called checked-exceptions, you know you have to declare exceptions or catch them. Since that time no other language (I know of) has decided to copy this idea, but somehow the Java developers are in love with checked exceptions…

Continue reading…

  • Share/Bookmark

One Response to “Check exceptions vs unchecked exceptions”

  1. Kelli Garner Says:

    Thats very good to know… thanks


Leave a Reply