ZGC is the JDK’s newest garbage collector. Capable of supporting 16 TB heaps while maintaining sub-millisecond pause times, ZGC is a fascinating piece of tec... (more…)
Read more »
QCon New York International Software Conference returns this June 13-15. Technical leaders who are driving innovation and change in software will share the l... (more…)
Read more »
The goal of this Project is to produce an open-source reference
implementation of the Java SE 9 Platform defined by
JSR 379 in the Java
Community Process. (more…)
Read more »
How to parse HTML with popular Java libraries: HTMLCleaner and Jsoup HTML is a simple structured markup language and everyone who is going to write the web... (more…)
Read more »
If you have ever used Streams and Optionals in Java, you must have come across lambda expressions and functional interfaces. But how exactly are lambda expressions tied to functional interfaces? This… (more…)
Read more »