try
All > Technology > Programming > Java
- A Java keyword that defines a block of statements that may throw a Java language exception. If an exception is thrown, an optional
catchblock can handle specific exceptions thrown within thetryblock. Also, an optionalfinallyblock will be executed regardless of whether an exception is thrown or not.
Sun Microsystems - Cite This Source - This Definition - catch, catch clause, catching exceptions, finally, finally clause, parallel programming, protected statement, try clause, try statement