A

Admin • 832.27K Points
Coach

Q. What is the correct method reference to print each element in a list?

  • (A) this::print
  • (B) System::println
  • (C) System.out::println
  • (D) Console::log

Explanation by: Admin

System.out::println is used to print each element.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.