Multiple Choice
What do the following statements do?
Double[] array;
Array = new double[14];
A) Create a double array containing 13 elements.
B) Create a double array containing 14 elements.
C) Create a double array containing 15 elements.
D) Declare but do not create a double array.
Correct Answer:

Verified
Correct Answer:
Verified
Q2: Which of the following statements creates a
Q14: Which of the following statements is false?<br>A)
Q15: Which expression adds 1 to the element
Q21: When an argument is passed by reference,_.<br>A)a
Q22: Assume class Book has been declared.Which set
Q24: Which of the following is false?<br>A) The
Q27: How many Book objects are created by
Q28: In Java,multidimensional arrays _.<br>A)are not directly supported.<br>B)are
Q37: Arrays are _.<br>A) variable-length entities<br>B) fixed-length entities<br>C)
Q45: Which method call converts the value in