Java 8 Optional Explained with code samples
Java 8 has introduced a bunch of new features. The Optional feature introduced by Java 8 helps in avoiding unexpected […]
Java 8 has introduced a bunch of new features. The Optional feature introduced by Java 8 helps in avoiding unexpected […]
In this blog post, I will be explaining how the Java 8 functional interface LongSupplier works. To know more about […]
Prior to Java 8, you had to write complex logic to find the number of years between two dates. The […]
In this article, I will be demonstrating how you can find the day of the week represented by a particular […]
In this article, I will be covering the Java 8 Map compute methods.Java 8 has introduced the Map.compute, Map.computeIfPresent example, […]
Java 8 has added a new method called removeIf to the Collection interface. You can use this to remove an […]
In this blog post, I will be explaining how the DoubleSupplier Java 8 functional interface works. To know more about […]
In this blog post, I will be demonstrating the allMatch method provided by Java 8 Stream API. In order to […]
In this blog post, I will be explaining how the Java 8 functional interface LongConsumer works. To know more about […]
In this blog post, I will be demonstrating the Java 8 Stream API map method. In order to understand the […]