A

Admin • 828.43K Points
Coach

Q. Which method skips the first n elements of the stream?

  • (A) skip()
  • (B) ignore()
  • (C) omit()
  • (D) pass()

Explanation by: Admin
skip(n) returns a stream with the first n elements discarded.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.