Project Amber has brought a number of new features to Java in recent years. While each of these features are self-contained, they are also designed to work together. Specifically, records, sealed classes, and pattern matching work together to enable easie... (more…)
Read more »
Java to Closure JavaScript transpiler. Contribute to google/j2cl development by creating an account on GitHub. (more…)
Read more »
Before we can talk about where generics are going, we first have to talk about where they are, and how they got there. This document will focus primarily on how we arrived at the generics we have now, and why, as a means of setting the groundwork for how ... (more…)
Read more »
Protect java app by encrypting classes, run with Custom JRE, Anti-Decompilation and Anti-Attach. For more information: https://protector4j.com... (more…)
Read more »
String concatenation is one of the most well known caveat in Java. Almost all experienced Java developpers have already heard or read explanations about when...
Read more »