A

Admin • 828.43K Points
Coach

Q. Which method reference helps to instantiate a new ArrayList?

  • (A) ArrayList::size
  • (B) ArrayList::add
  • (C) ArrayList::new
  • (D) Collections::emptyList

Explanation by: Admin
`ArrayList::new` is a constructor reference.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.