posted 22 years ago
No, it is not necessary to memorize the methods of the collections classes. Instead, you just need to understand which implementation of a collection is most appropriate for a particular application. For example, if you need to store key/value pairs would you use a List or a Map?
Dan Chisholm<br />SCJP 1.4<br /> <br /><a href="http://www.danchisholm.net/" target="_blank" rel="nofollow">Try my mock exam.</a>