Use a catch block to display the exception thrown in number one above.

What will be an ideal response?

```
catch(Exception e)
{
System.out.println(e.getMessage());
System.exit(0);
}

```

Computer Science & Information Technology

You might also like to view...

The Flip Horizontal and Flip Vertical commands rotate the picture ________ degrees

Fill in the blank(s) with correct word

Computer Science & Information Technology

Set V1 for a given voltage out

What will be an ideal response?

Computer Science & Information Technology