IT 114: Introduction to Java
Class 18 Ungraded Quiz
-
Name the three kinds of errors.
-
What do you call an error caused by code that does not follow the
rules of the Java language.
-
What do you call an error where the code runs but it gives the wrong result?
-
What do you call an error where a specific value causes a statement to fail?
-
What does Java create when a runtime error occurs?
-
What is the Java statement that allows you to deal with a runtime error?