Isn't it also true that any exception thrown at runtime will also extend RuntimeException (whether progammer or JVM initiated)? I would think both A and B are implied...
Originally posted by Paul Lachance: Isn't it also true that any exception thrown at runtime will also extend RuntimeException (whether progammer or JVM initiated)? I would think both A and B are implied...
No. Runtime is the only time your code can throw anything.
RuntimeException is simply a subclass of Exception, and serves as a distinction between checked and unchecked exceptions.
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to
run our stuff on 16 servers instead of 3.