IT 114: Introduction to Java
Class 18 Ungraded Quiz

  1. Name the three kinds of errors.


  2. What do you call an error caused by code that does not follow the rules of the Java language.


  3. What do you call an error where the code runs but it gives the wrong result?


  4. What do you call an error where a specific value causes a statement to fail?


  5. What does Java create when a runtime error occurs?


  6. What is the Java statement that allows you to deal with a runtime error?