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...
You can save a slide as a picture, using the ________ format
A) .txt B) .potx C) .docx D) .jpg
Computer Science & Information Technology
The ____ event is triggered when the user clicks the mouse pointer on an object.
A. onMouseClick B. onClick C. onChoose D. onMouse
Computer Science & Information Technology
Which of the following hardware cards allows the full functionality of the Windows XP Media Center radio option?
A. Modem B. Video C. TV tuner D. NIC
Computer Science & Information Technology
What type of sub-query is an embedded SELECT expression that returns one or more columns and zero to many rows?
a. Row sub-query b. Table sub-query c. Scalar sub-query
Computer Science & Information Technology