| Author |
Is it necessary to memorize all the methods of Collection family ?
|
sam huang
Greenhorn
Joined: Dec 31, 2002
Posts: 28
|
|
Thanks in advance. Sam
|
SCJP,SCWCD,SCBCD,MCSE
|
 |
sun par
Ranch Hand
Joined: Oct 03, 2002
Posts: 257
|
|
I have not written the test, so I would not know, but through previous posts I come to understand that one need not memorize all methods. HTH
|
Sunita<br />SCJP 1.4
|
 |
Dan Chisholm
Ranch Hand
Joined: Jul 02, 2002
Posts: 1865
|
|
|
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>
|
 |
 |
|
|
subject: Is it necessary to memorize all the methods of Collection family ?
|
|
|