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

To explain I WOULD say: SessionList is not an IMPLEMENTATION of LIST interface. The OTHERS are concrete classes of List.



Discussion

No Comment Found

Related InterviewSolutions