Difference between revisions of "Exceptions"

From Suhrid.net Wiki
Jump to navigationJump to search
(Created page with " Category:OCPJP")
 
Line 1: Line 1:
  
 +
* Exceptions are a mechanism to detect and handle errors without writing special code to test return values.
  
 
[[Category:OCPJP]]
 
[[Category:OCPJP]]

Revision as of 22:35, 19 July 2011

  • Exceptions are a mechanism to detect and handle errors without writing special code to test return values.