News

There are a variety of other interesting Java command-line interface tools packaged within the bin directory of JDK, and it is in the best interest of every Java developer to investigate them and ...
Why does Java's standard class library contain empty interfaces like Cloneable and Serializable? Find out why in this sixth installment in the "Object-oriented language basics" series. You'll also ...
Do you need to know how to sort Java objects in a collection, array, or map? Here's how to use the Comparable and Comparator interfaces and avoid ClassCastExceptions.