A class variable is what?
Run time errors are thrown as what?
Exceptions.
What is an exception?
An exception is an object that represents an error or condition that prevents execution from proceeding normally.
What is an ArrayIndexOutOfBoundsException?
The exception that occurs when trying to access an array using an index that is out of bounds.
What is an InputMismatchException?
The exception which occurs when the wrong data type is used.
What can be used to detect and handle exceptions?
The try and catch statement.