Java Text Blocks Guidelines
A text block's principalis munus is to provide clarity by way of minimizing the Java syntax required to render a string that spans multiple lines. You will find in the following article the guidelines of how and when to use Java text blocks.
Introduction to Java 15
Here an introduction to Java 15 features.
Java annotations
A set of annotation types are predefined in the Java SE API. Some annotation types are used by the Java compiler, and some apply to other annotations. Let's discover it!
Java application monitoring: Discover Java Flight Recorder (JFR) and Java Mission Control (JMC).
Java secure coding
One of the main design considerations for the Java platform is to provide a restricted environment for executing code with different permission levels. Java comes with its own unique set of security challenges. This article talks about some of these security challenges.
Discover Java 14 features!
Java localization ―ResourceBundle ―Locale class ―Display setting ―NumberFormat ―DecimalFormat ―DateFormat ―SimpleDateFormat ―Github code sharing link
Java Time API
Are you still using java.util.Date and SimpleDateFormatter? Read the article below to leverage the power of java.time, the API for Date and Time from Java 8.