News

Guava brings filtering and transformation on collections to standard Java and that is the subject of this post. Guava’s Collections2 class features two public methods, both of which are static.
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 ...
French studio Java Architecture has renovated and extended a ruined stone house in Paris with a wooden tower that is clad in polycarbonate panels.
Java developers have a choice for iterating collection of objects. Here's why the Java Iterator vs. Enumeration debate is all about the Iterator.