Multiple Choice
How many Book objects are created by the following statement?
Book[] books = new Book[10];
A) 10
B) 0
C) 5
D) None of the above.
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
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
Q22: Assume class Book has been declared.Which set
Q24: Which of the following is false?<br>A) The
Q26: What do the following statements do?<br>Double[] array;<br>Array
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)
Q41: Which of the following initializer lists would
Q45: Which method call converts the value in