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
String[] values;
values = new String[420];
419 420 421 None of these