Hi, do i need to know how to identify all runtime exceptions for the test? In other words, am i supposed to difer checked exceptions from non checked exceptions of the whole jdk? Thanks.
So..., which ones are the commonly used?? Do i need to go through j2se and verify what is derived from RuntimeException and what is not?? Or maybe there's a uml diagram with the answers (or something like it)...?