Java’s Time-Based Releases 1. Introduction In this article, we’ll discuss the new time-based releases of Java and the impact on all types of developers. Changes to the release schedule include updating the feature delivery and support levels for versions of Java. Overall, these changes are distinctly different from the Java… Continue Reading java-time-based-releases

Internationalization and Localization in Java 8 1. Overview Internationalization is a process of preparing an application to support various linguistic, regional, cultural or political-specific data. It is an essential aspect of any modern multi-language application. For further reading, we should know that there’s a very popular abbreviation (probably more popular than… Continue Reading java-8-localization

Cannot Reference “X” Before Supertype Constructor Has Been Called Java 1. Overview In this short tutorial, we’ll show how we can get the error Cannot reference “X” before supertype constructor has been called, and how to avoid it. 2. Constructors Chain A constructor can call exactly one other constructor. This… Continue Reading java-cannot-reference-x-before-supertype-constructor-error