Posts Tagged ‘java runtime exception’

Understanding Exceptions in Java

Monday, June 30, 2008 12:23 No Comments

An exception is an error that happens when an application is running. When an exception condition happens, the exception is said to be thrown, and it changes the normal execution control flow of the program. Java offers a very comprehensive and flexible system for exception handling. The main benefit of such a system is that [...]

This was posted under category: Java Tags: , , , ,