| Mobile | RSS

Java Tutorial : Implementing Exception Handling

When an unexpected error occurs in a method, Java creates an object of the type Exception. After creating the Exception object, Java sends it to the program by throwing the exception. The Exception object contains information about the type of error and the state of the program when the exception occurred. You need to handle [...]

[ More ] 14th Oct, 2009 | 1 Comment | Posted in Java