Which java collection class can be used to maintain the entries in the order in which they were last accessed?
java.util.HashSet
java.util.LinkedHashMap
java.util.Hashtable
java.util.Vector
none of these