News

Java records tutorial The Java language is constantly evolving, but some advancements are more significant than others. The March 2020 inclusion of Java records is one of the most impactful and ...
Java is an object-oriented language, and Java constructors are how you create objects. Learn about object creation in this full Java constructor tutorial.
Method and variable handles vs. Java reflection To truly understand MethodHandles and VarHandles —what they do and why they are useful—it’s helpful to know a few things about reflection in Java.
Which version of Java should you use in Linux? Learn how to easily switch between different versions with a tutorial from Jack Wallen.