Hacker News new | ask | show | jobs
by jstimpfle 3521 days ago
Source? I was under the impression that it does (apart from things like NullPointerException, which of course has Haskell equivalents). And I've had to do a significant project in Java.
1 comments

You mean Unchecked Exceptions (that extend from RuntimeException) vs Checked Exceptions?