Nuacht

I recently wrote that the chapter in Effective Java devoted to exception handling has been one of the most influential software development chapters I have read.
Anders Nordås shows how to throw a checked exception without declaring a throws clause. The method uses some inherently evil mechanisms (the name of the class “sun.misc.Unsafe” should be a ...