CSC 120
Review for Exam 3

Multiple Choice Question # 1:

An array declared as   String[] values;   and instantiated as   values = new String[420];   would contain how many String objects?
419
420
421
None of these