L5.1: Try Catch Syntax

PHOTO EMBED

Tue Oct 17 2023 08:43:36 GMT+0000 (Coordinated Universal Time)

Saved by @testpro #java

try {
  //  Block of code to run
}
catch(Exception e) {
  //  Block of code to handle errors
}
content_copyCOPY