Java Parallel Streams

A quick guide to java parallel streams. Learn when to use a parallel stream or sequential stream and when we should move to parallel streams.

Java Stream Reduce

Learn the key concepts of the Stream.reduce() operation in Java. How to use Java stream reduce method to process sequential and parallel streams.

Java Stream Filter With Example

A quick guide to use java stream filter. Learn how to use lambda expressions with Stream.filter() and handle checked exceptions in your code.

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.