R

Ram Sharma • 3.40K Points
Extraordinary

Q. Which of the following is stateless?

  • (A) filter()
  • (B) sorted()
  • (C) distinct()
  • (D) limit()
  • Correct Answer - Option(A)
  • Views: 13
  • Filed under category Java
  • Hashtags:

Explanation by: Ram Sharma
`filter()` processes each element independently and is stateless.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.