News

Language architects may find themselves down a deep rabbit hole as they try to nail down the meaning of the const keyword. Why is Java’s const keyword unimplemented? The const keyword is not ...
In response to my recent blog posting Immutable Java Objects, Matt brought up a good point of discussion related to making Java classes truly immutable by declaring them as final so that they ...
Java supports class reuse through inheritance and composition. This two-part tutorial teaches you how to use inheritance in your Java programs. What you’ll learn in this Java tutorial The first ...