IT 114: Introduction to Java
Class 25 Ungraded Quiz

  1. What is the ArrayList method that removes all entries?


  2. What is the ArrayList method that deletes an entry?


  3. What is the ArrayList method that changes an entry?


  4. What ArrayList method would you use to learn if the list has a certain value?


  5. What is the statement used to completely jump out of a loop?


  6. What is the statement used to stop one pass through the loop code without stopping the loop?


  7. What statement can use use in place of an if/else if statement when the value of an expression determines which statements are executed?