Archive for November, 2010

Sparse arrays within Java collections can cause memory leaks.

Friday, November 19th, 2010 Posted in java | 2 Comments »

Here's one java interview question which seemes to come up a lot - when would you use an ArrayList, and when would you use a LinkedList? Well, there are various reasons ... Read more..