InterviewSolution
Saved Bookmarks
| 1. |
Which of the below is not an implementation of List interface?(a) RoleUnresolvedList(b) Stack(c) AttibuteList(d) SessionListI have been asked this question during an interview.This intriguing question originated from Data Structures-List topic in portion java.util – The Collections Framework of Java |
|
Answer» The correct answer is (d) SESSIONLIST |
|