A

Admin • 828.03K Points
Coach

Q. What does the `descendingSet()` method of NavigableSet return?

  • (A) A random subset
  • (B) A reversed view of the Set
  • (C) Only null elements
  • (D) A copy of the Set
  • Correct Answer - Option(B)
  • Views: 7
  • Filed under category Java
  • Hashtags: Java Set

Explanation by: Admin
`descendingSet()` returns a reverse-order view of the Set.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.