News

Learn how to use Java annotations to associate metadata with classes, methods, and other application elements in your Java programs.
Take advantage of Docker to ease Java development. Learn how to update a running Java codebase (without restarting the container) and to debug into a remotely running containerized Java app.
This post explains how to use classes in Java to build objects and organize your code. Also learn: constructors, static methods, and more!
Jack Wallen walks you through the process of deploying the open-source GlassFish Java Application server on the latest release of Ubuntu Server.
Doing Java web development and need to install Tomcat? This example will show you how to download, meet prerequisites, install and test the popular Java web server.
Spring Boot's application.properties file and its application.yaml counterpart are key to creating flexible and configurable Java applications.
Which version of Java should you use in Linux? Learn how to easily switch between different versions with a tutorial from Jack Wallen.
To check which version of Java you're running, you'll need to use Windows 10's Command Prompt app. The Command Prompt can seem intimidating at first, but if you know what to type, you'll be fine.
This post explains how to use if statements in Java. Discover why flow control is so important, and how to use advanced keywords like "and" and "else." ...