Multiple Choice
ComboBox property __________specifies the maximum number of items to display at one time.
A) MaxDropDownItems
B) MaxItems
C) MaxDisplayItems
D) None of the above
Correct Answer:

Verified
Correct Answer:
Verified
Q27: Arrays may have dimensions.<br>A)one<br>B)two<br>C)any number of<br>D)a or
Q29: String method Replace receives two arguments-the substring
Q30: Which statement below initializes array items to
Q30: For the array in the previous question,what
Q31: An array reference may be assigned only
Q33: All arrays have access to the methods
Q34: Class Array provides methods for _ arrays.<br>A)creating<br>B)modifying<br>C)sorting<br>D)searching<br>E)All
Q35: An array itself can be passed to
Q36: Arrays normally are data structures.<br>A)constant<br>B)dynamic<br>C)static<br>D)None of the
Q37: Arrays can hold only data of primitive