This video introduces very basic runtime error handling in Java using try and catch blocks. The video covers two example programs that cause runtime errors (divide by zero and array index out of bounds) and uses try and catch blocks to handle the errors and allow the programs to continue and exit in a normal manner.

Stephen Sheridan