A

Admin • 828.03K Points
Coach

Q. Which method reference is used to create new objects via Supplier?

  • (A) ClassName::methodName
  • (B) ClassName::new
  • (C) ClassName.new()
  • (D) objectName::new

Explanation by: Admin
`ClassName::new` is a constructor reference used with Supplier.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.