Community

Bad Data and Buggy Code: Using Java’s Exceptions and Debugging Features (Sample Chapter)

(Cay Horstmann and Gary Cornell) In a perfect world, users would never enter data in the wrong form, files they choose to open would always exist, and code would never have bugs. Alas, we don’t live in this perfect world. This chapter introduces the concepts of debugging and exception handling for w

Read More - Register for Free Membership