Core Java
-
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 » -
Java Is Becoming What COBOL Was – Will It Become What COBOL Is?
Any computer science graduate from a university, technical school or community college is trained in it. Every company of any…
Read More » -
How to write a C like Sizeof function in Java
If you have just started learning Java and came from C background then you might have noticed some difference between…
Read More »