Dan Chisholm<br />SCJP 1.4<br /> <br /><a href="http://www.danchisholm.net/" target="_blank" rel="nofollow">Try my mock exam.</a>
Dan Chisholm<br />SCJP 1.4<br /> <br /><a href="http://www.danchisholm.net/" target="_blank" rel="nofollow">Try my mock exam.</a>
SCJP1.4
Alfred Raouf - Egypt - SCJP 1.4<br />Kemety.equals(Egyptian) // returns true
Originally posted by Eric Michael:
Does anyone know of a readable, plain-English treatment of the LinkedHashMap and LinkedHashSet classes available online?
Dan Chisholm<br />SCJP 1.4<br /> <br /><a href="http://www.danchisholm.net/" target="_blank" rel="nofollow">Try my mock exam.</a>
Originally posted by Kelvin Michael:
Hi Dan,
Your mock exam is quit good, but would you tell me which exam is for scjp1.4? I can take more focus on them, thx.
Dan Chisholm<br />SCJP 1.4<br /> <br /><a href="http://www.danchisholm.net/" target="_blank" rel="nofollow">Try my mock exam.</a>
Originally posted by Alfred Kemety:
Thanks Dan for your work,
So your beta exam about collection is more for the 1.4 or just adding more questions on collections? You know they will stress more on the collections topic in the 1.4 exam.
Also another question, why is always Serializable imported in your code, what's the relation with collections?
Thanks in advance for the reply
Dan Chisholm<br />SCJP 1.4<br /> <br /><a href="http://www.danchisholm.net/" target="_blank" rel="nofollow">Try my mock exam.</a>
Alfred Raouf - Egypt - SCJP 1.4<br />Kemety.equals(Egyptian) // returns true
Dan Chisholm<br />SCJP 1.4<br /> <br /><a href="http://www.danchisholm.net/" target="_blank" rel="nofollow">Try my mock exam.</a>
Originally posted by Dan Chisholm:
The WeakHashMap is not Serializable and Cloneable, but all of the others are.
Co-Author of Head First Design Patterns
Just a Jini girl living in a J2EE world.
Originally posted by Manish Hatwalne:
Have a look at ths article about LinkedHashMap and LinkedHashSet, it might be helpful.
http://www-106.ibm.com/developerworks/java/library/j-mer0821/
Co-Author of Head First Design Patterns
Just a Jini girl living in a J2EE world.
Originally posted by Kathy Sierra:
You call the values() method on a HashMap when you want just the values to put in, say, an ArrayList. The values collection does indeed implement Collection, but AAACK not serializable. There are others lurking as well...
Returns a Collection view of the values contained in this Hashtable. The Collection is backed by the Hashtable, so changes to the Hashtable are reflected in the Collection, and vice-versa. The Collection supports element removal (which removes the corresponding entry from the Hashtable), but not element addition.
Dan Chisholm<br />SCJP 1.4<br /> <br /><a href="http://www.danchisholm.net/" target="_blank" rel="nofollow">Try my mock exam.</a>
Paper beats rock. Scissors beats tiny ad.
Gift giving made easy with the permaculture playing cards
https://coderanch.com/t/777758/Gift-giving-easy-permaculture-playing
|