What does this array contain?

```
String [] studentNames = new String[25];
```


a) names
b) students
c) studentNames
d) Strings
e) references to Strings

e) references to Strings

Computer Science & Information Technology

You might also like to view...

What is the term used for the level of performance you can expect during typical usage and workloads?

A. performance peak B. performance index C. performance baseline D. performance limit

Computer Science & Information Technology

Match each HTML element with its use in creating web video and audio.

A. object B. source C. video D. param E. img

Computer Science & Information Technology