Core Java
-

Launch Single-File Source-Code Programs in JDK 11
JEP 330 – Launch Single-File Source-Code Programs is one of the exciting features in the upcoming JDK 11(18.9) release. This…
Read More » -

Java 8 map(), flatMap() examples
Using map () method When programming, it is very common, processing data in order to collect some information from a…
Read More » -

How to use filter() method in Java 8
Java 8 Stream interface introduces filter() method which can be used to filter out some elements from object collection based…
Read More » -

Java 8 Language Features in Nutshell – Part 2
Editorial Note: You can also check Part-1 here. Hi Friends, this is a part-2 of Java 8 Language Features in…
Read More » -

Java 8 Stream API Examples
Hello Friends, in this post, we will discuss Java 8 Stream API Examples. So what we are going to do…
Read More » -

Looking into Java’s Future: Empty Value Types
Although the promising Java value types are not imminent, I still enjoy nosing around occasionally in the OpenJDK valhalla-dev mailing…
Read More » -

What to Expect in Java 11
The last few years have been tumultuous for the Java world, with a diverse range of features being added in…
Read More » -

Deferred Execution with Java’s Consumer
In an earlier blog post (“Deferred Execution with Java’s Supplier“) I referenced Cay Horstmann‘s statement in the book “Java SE8…
Read More » -

Inside Simple Binary Encoding (SBE)
SBE is very fast serialization library which is used in financial industry, in this blog i will go though some…
Read More »
