Java 8 Streams peek Method

A quick introduction to the Java 8 Streams peek() method. Learn how to use the peek method to debug and visualizing how stream operations behave.

List of Rules Engine in Java

In this post, we’ll learn about some of the most popular rule engines for Java. Get an overview of the rule engine benefits and popular java libraries.

Java String replaceAll

A quick guide to the Java String replaceAll method. Learn how to use the replaceAll method work with String manipulation for your Java application.

Java 10

A quick list of the new feature introduced in Java 10. learn about the new and deprecated API that are part of the Java 10 release.

Java String Class

A quick introduction to the Java String class. Learn when to use the new operator or the String literal technique for creating a String object in Java.

Default Methods in Java

A quick guide to the default methods in Java. Learn why the default methods were introduced in Java 8. Learn how to write and use default methods in Java.