Home » JAVA Programming » Data Structures » Question
  1. Which of the below is not an implementation of List interface?
    1. AttibuteList
    2. SessionList
    3. RoleUnresolvedList
    4. Stack
    5. None of these
Correct Option: B

SessionList is not an implementation of List interface. The others are concrete classes of List.



Your comments will be displayed only after manual approval.