News

This post explains how to use variables in Java. Learn the primitive types (and what that means) and just why variables are so important for any coding!
Java SE 10 (March 2018) introduced type inference for local variables. Java Language Architect Brian Goetz explains the feature.
This Java naming conventions tutorial explains how and when to use snake, kebab, Pascal and camel case with variables, methods, functions and classes.
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.
Learn how to set JAVA_HOME as the Environment variable in Windows and also how to check or test the JAVA_HOME configuration setup using CMD.
There are three simple ways to set JAVA_HOME in Windows. This tutorial shows you how to do it manually, from the command line and through the installer.
The "Understanding Java threads" series concludes by uncovering some of the loose ends of threading: thread groups, volatility, thread-local variables, timers, and thread death.