News

One of the nasty little traps a Java developer can run into occurs when Collection.contains(Object) is not used with appropriate understanding. I demonstrate this potential trap in this post.
Java length vs length() explained. The key difference between Java’s length variable and Java’s length() method is that the Java length variable describes the size of an array, while Java’s length() ...