List, Set, Map, and Queue(access the ends FIFO or LIFO) are the basic Java data structure interfaces for which there are different implementations to cater for different usage patterns.
…
The post 09: ♦ When to use which Java data structure? and why? appeared first on Java-Success.com.