Hands on Testing Java: Lab #9

Prelab Questions

Type in your answers to each of these questions in a file named prelab09.txt in your Prelab Questions directory. Turn in your answers before the beginning of your laboratory session.

Short Answer Questions

Question #1: A storage structure for multiple values is called an ____________.

Question #2: What expression evaluates to the size of a list named data?

Question #3: The ____________ method allows you to access the element of a list at a given index.

Question #4: The number used to access a given list element is called its ____________.