Programming Tutorials

Comment on Tutorial - How to use ArrayList in Java By Hong



Comment Added by : Javin @ garbage collection in Java

Comment Added at : 2011-04-14 10:58:40

Comment on Tutorial : How to use ArrayList in Java By Hong
Its important to understand that when Arraylist gets filled it creates another array and copy contents on that which slows down whole process by choosing size of arraylist intelligently you can minimize this effect.

Thanks
Javin
<a href="http://javarevisited.blogspot.com/2011/02/how-hashmap-works-in-java.html">How HashMap works in Java </a>


View Tutorial