| Author |
Is Vector a point of the Exam 1.4 ?
|
Fox Hu
Ranch Hand
Joined: Jan 23, 2003
Posts: 49
|
|
|
Is Vector a point of the Exam ?
|
 |
Rahul Gupta
Ranch Hand
Joined: Nov 20, 2002
Posts: 37
|
|
hi, I think you should mention your exact problem or atleast give a clear idea of what exactly you want to ask...... FYI Vector class is an important class belonging to the Collection framework. So you should have a clear idea of its api and its position in the class hierarchy for the collection framework, the interfaces it implements for 1.4 etc..... hope that helps, rahul
|
regards,<p>rahul <p>SCJP 1.4<br />--------<br />Life is great, make it meaningful<br />---------------------------------
|
 |
Jasper Vader
Ranch Hand
Joined: Jan 10, 2003
Posts: 284
|
|
|
i think Ths is just wondering in general if the Vector class is going to be mentioned in the exam at all, will we need to know specific information about its implementation.
|
giddee up
|
 |
Sudd Ghosh
Ranch Hand
Joined: Oct 23, 2002
Posts: 187
|
|
Vector is a legacy class, outside the Collection interface. Regarding all the legacy classes (Dictionary, Hashtable, Properties, Stack, Vector), you should definitely know the differences as compared to the collection interface implementations, wrt synchronization and class hierarchy. This will also point you to the fact that Vector has been made compatible with the Collection interface by extending the AbstractList. Anyway, IMHO, knowing the API details of the legacy classes is not required. Thanks, Sudd
|
SCJP 1.4, SCWCD, SCBCD 1.3
|
 |
Kathy Sierra
Cowgirl and Author
Ranch Hand
Joined: Oct 10, 2002
Posts: 1572
|
|
Ah well... you actually *can* have a question on Vector. Or Hashtable. : ) You might, for example, need to know how the newer counterparts, ArrayList and HashMap, for example, are different from Vector and Hashtable. Besides synchronization, you should look at the difference between Hashtable and HashMap with respect to a null key and null values : ) That's a hint... cheers, Kathy
|
 |
Fox Hu
Ranch Hand
Joined: Jan 23, 2003
Posts: 49
|
|
Thanks I think I will have a lot of work to do to be prepared .
|
 |
 |
|
|
subject: Is Vector a point of the Exam 1.4 ?
|
|
|