

MCQOPTIONS
Saved Bookmarks
1. |
Which of the following creates a List with 5 visible items and multiple selections enabled? |
A. | new List(5, true) |
B. | new List(true, 5) |
C. | new List(5, false) |
D. | new List(false, 5) |
Answer» B. new List(true, 5) | |