Core Java
-
Signs of JDK 14 Beginning to Appear
JDK 13 is currently in Rampdown Phase 1 (RDP 1), is scheduled to enter Rampdown Phase 2 (RDP 2) in…
Read More » -
Project Valhalla: A First Look at LW2 Inline Types
I summarized some recent Project Valhalla LW2 “inline types” progress that was made public recently in my blog post “Valhalla…
Read More » -
Valhalla LW2 Progress – Inline Types
There has been significant public-facing progress in the past few weeks (June/July 2019) for Project Valhalla‘s LW2 phase/prototype originally proposed…
Read More » -
What Does Long-Term Support Mean for OpenJDK?
Bruno Borges recently tweeted a question about long-term support (LTS) of OpenJDK, which shows that there is still some confusion…
Read More » -
[MEGA DEAL] The Ultimate Java Expert Certification Bundle (98%)
Become a Master of One of the World’s Most Popular Programming Language In 11 Courses & 38 Hours Hey fellow…
Read More » -
Java hexadecimal floating point literal
How I met hexadecimal floating point numbers I was developing a new functionality into Java::Geci to make it less prone…
Read More » -
StringJoiner vs String.join in Java 8 with Examples
Joining multiple String literals or object into one is a common programming requirement and you will often find situations where…
Read More » -
Inject-able only in test?
This article is about some thoughts of test design and testability. Some questions that we discussed with my son, who…
Read More » -
Waste free coding
This article documents solving a meaningful event processing problem in a highly efficient manner through the reduction of waste in…
Read More »