Multiple Choice

  1. What is not a property of arrays in Java?

  2. Suppose you have the following array of integers in memory. How can you print the third element of the array?

    Array of ints

Last updated