Michael

10%
Flag icon
rule of thumb for deciding whether you should throw a checked exception: Can the caller do something about this exception? If the answer is yes, you should probably use a checked exception; otherwise, a runtime exception is a better choice.
Next Generation Java Testing: TestNG and Advanced Concepts
Rate this book
Clear rating