Check exceptions vs unchecked exceptions
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…
Tags: check exception, Java