Home » JAVA Programming » Collections » Question
  1. Map implements collection interface?
    1. False
    2. True
    3. Only A
    4. A and B both
    5. None of these
Correct Option: C

Collection interface provides add, remove, search or iterate while map has clear, get, put, remove, etc.



Your comments will be displayed only after manual approval.