A

Admin • 828.03K Points
Coach

Q. What does `ClassName::new` represent in Java?

  • (A) Static method reference
  • (B) Instance method reference
  • (C) Constructor reference
  • (D) Field reference

Explanation by: Admin
`ClassName::new` is a constructor reference used to create new instances.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.