News

Since the introduction of the Java Collections Framework with JDK 1.2 , I have used Java arrays significantly less frequently than I used to. However, I still use arrays occasionally, often ...
I have blogged before on the utility of the Java Collections class and have specifically blogged on Using Collections Methods emptyList(), emptyMap(), and emptySet(). In this post, I look at the ...