Try and Catch Block in Java

mostfunnyvideo •
4 Views
A try block is the block of code (contains a set of statements) in which exceptions can occur; it's used to enclose the code that might throw an exception. The try block is always followed by a catch block, which handles the exception that occurs in the associated try block.

Latest Videos

Partner Program Latest Videos Terms of Service About Us Copyright Cookie Privacy Contact