Q. Which interface is often used with a constructor reference like `ArrayList::new`?
β
Correct Answer: (A)
Supplier
Explanation: Supplier provides instances and matches constructor references like `ArrayList::new`.