|
计算机科学 2007
Research for Exception Handling Mechanism of Java
|
Abstract:
Exception Handling is an important language mechanism of Java.Handling exceptions correctly and logically will help to write a reliable and robust program.The conception and thought of exception have been reviewed.An exception handling principle is presented.And how to handle checked and unchecked exceptions of Java is discussed.