Core Java
-
The Transient Keyword in Java and Its Use
I recently came a cross in a study project of one of my friends that are studding the basics of…
Read More » -
Faster JVM Application Warm Up With Zing
The Java Virtual Machine (JVM) provides a managed runtime environment for the safe deployment of applications with performance that can…
Read More » -
Java: Chronicle Bytes, Kicking the Tires
Reading and writing binary data with Java can sometimes be a hassle. Read this article and learn how to leverage…
Read More » -
History and Motivations Behind Java’s Maligned Serialization
Issues related to Java’s serialization mechanism are well-advertised. The entire last chapter of Effective Java 1st Edition (Chapter 10) and…
Read More » -
Hide It All!
In an earlier post, I wrote the following words: in an object-oriented codebase the kit should be as discrete as…
Read More » -
Extending abstract classes with abstract classes in Java
The example issue When I was creating the Java::Geci abstract class AbstractFieldsGenerator and AbstractFilteredFieldsGenerator I faced a not too complex…
Read More » -
JDK 13: VM.events Added to jcmd
CSR (Compatibility and Specification Review) JDK-8224601 [“Provide VM.events diagnostic command”] is implemented in JDK 13 as of JDK 13 Early-Access…
Read More » -
Callback hell and Reactive patterns
One of the ways that I have better understood the usefulness of aReactive Streams based approach is how it simplifies…
Read More » -
Reflection is the most important Java API
The other day I was wondering – which is the most important Java API. Which of the SE and EE…
Read More »