Q. 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) ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (A) new List(5, true)