Core Java
-

JDK 16: Checking Indexes and Ranges of Longs
In my last post, I described the day period support added with JDK 16 Early Access Build 25. That same…
Read More » -

Static Factories are Great!
Every now and then I jump on classes with multiple constructors or classes that are rigorous to work with. Let…
Read More » -

Day Period Support in JDK 16
JDK 16 Early Access Build 25 (2020/11/18) includes changes for JDK-8247781 (“Day periods support”). As stated in the JDK 16…
Read More » -

Testing with Hoverfly and Java Part 4: Exact, Glob and Regex Matchers
Previously we used Hoverfly among its state feature. So far our examples have been close to an absolute request match,…
Read More » -

Constrast DataWeave and Java mapping operations
Main points: DataWeave 2.0 provides mapping capabilities Java and DataWeave can achieve the same mappings DataWeave mapping operator is less…
Read More » -

Saving JetBrains MPS models in a database using Modelix
JetBrains MPS is our tool of choice to build Domain Specific Languages targeting professionals who are not developers. MPS is…
Read More » -

Permutation – Heap’s Algorithm
This is a little bit of experimentation that I did recently to figure out a reasonable code to get all…
Read More » -

GC Logs changes for migrating from JDK 8 to JDK 11
Problem Moving from JDK 8 to JDK 11 is quiet subtle. One issue which many people have faced is regarding…
Read More » -

Java Program to Find Transpose of a Matrix
A quick and practical guide to calculate the matrix transpose in java. Transpose of a given matrix is nothing but…
Read More »
