Q. Which method reference helps to instantiate a new ArrayList? (A) ArrayList::size (B) ArrayList::add (C) ArrayList::new (D) Collections::emptyList ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (C) ArrayList::new Explanation: `ArrayList::new` is a constructor reference.