Q. What does `ClassName::new` represent in Java?
β
Correct Answer: (C)
Constructor reference
Explanation: `ClassName::new` is a constructor reference used to create new instances.