Is memorizing the 6 core collection interfaces necessary
Joshua White
Ranch Hand
Joined: Jun 04, 2001
Posts: 97
posted
0
Hello all, Is it necessary to commit the 6 collection interfaces to memory? ------------------ Joshua White Perusing Java Certification
Thomas Paul
mister krabs
Ranch Hand
Joined: May 05, 2000
Posts: 13974
posted
0
Yes and you must know the differences between them and when to use one as opposed to another. ------------------ Tom - SCJP --- Co-Moderator of the Programmer Certification Forums
The inheritance hierachy is arranged something like this (hopefully the formatting works): Collection ----> Set ------> SortedSet | ----> List Map -------> SortedMap