Core Java
-

Functional Java by Example | Part 8 – More Pure Functions
This is part 8, the last instalment of the series called “Functional Java by Example”. The example I’m evolving in…
Read More » -

How to build Graal-enabled JDK8 on CircleCI?
Citation: feature image on the blog can be found on flickr and created by Luca Galli. The image in one…
Read More » -

Measuring Time: From Java to Kernel and back
Problem Statement Even the most basic problems become interesting when you dig deep enough. Today, I would like to do…
Read More » -

A beginner’s guide to Java agents
While Java beginners quickly learn typing public static void main to run their applications, even seasoned developers often do not…
Read More » -

A Disk-Backed arraylist
It sometimes happens that your list can become too big to fit in memory and you have to do something…
Read More » -

Matching patterns with Java
If you’re using Java, there’s a high chance you’ve seen its pattern matching before. The String#matches(String) method internally uses the…
Read More » -

Hidden Treasures of Eclipse collections – 2019 edition
Eclipse Collections is an open source Java Collections framework. In this blog I am going to demonstrate five lesser known features of…
Read More » -

Difference Between Java and JavaScript
1. Introduction We look at the comparison of Java vs JavaScript languages in this article. JavaScript was developed by Netscape.…
Read More » -

Learn Java from scratch with these easy steps
Java is one of the most popular programming languages for software development. Learning and mastering Java will open doors for…
Read More »
