IT 114: Introduction to Java
Class 25 Ungraded Quiz
-
What is the ArrayList method that removes
all entries?
-
What is the ArrayList method that deletes an entry?
-
What is the ArrayList method that changes
an entry?
-
What ArrayList method would you use to
learn if the list has a certain value?
-
What is the statement used to completely jump out of a loop?
-
What is the statement used to stop one pass through the loop
code without stopping the loop?
-
What statement can use use in place of an
if
/else if
statement when the value of an expression determines which statements
are executed?