Java
How to use Predicate in Java to Return Always a Boolean true value
We take a look at how to make use of the Java Predicate functional interface to always return a boolean true value.
Java
Using Java 8 Predicate with 2 Arguments Example
Let us take a look at how to make use of Java 8 Predicate with 2 Arguments - BiPredicate Example.
Java
Deep Dive into Java 8 Predicate Interface
We take a deep dive into Java 8 Predicate Interface with examples.
Java
Java 8 Predicate Functional Interface with Examples (Lambda)
We take a look at the java.util.function package Predicate Functional Interface with Examples (Lambda)
Java
How to create an empty Optional Instance in Java
Let us take a look at how to create an empty Optional Instance in Java.
Java
How to set a Default Value for Optional is Empty or Null in Java
We take a look at how to set a default value when Optional is empty or Null in Java.
Java
How to Convert a Java Object into an Optional with Example
We take a look at how to Convert a Java Object into an Optional with an Example.
Java
Java Optional Util Class Examples
We take a look at the Optional class that was introduced in Java 8 in java.util package.
Java
List of New Features in Java 11 (JEPs)
We take a look at the list of new features in Java 11 with the help of JEPs and examples.
Java
What are E, K, N, S, T, U, V in Java Generics
Let us understand the Type Parameter and their Naming Conventions - E, K, N, S, T, U, and V.
Java
Advantages of Using Generics in Java with Examples
Let us take a look at the type safety and casting advantages of Java Generics with examples.
Java
The Motivation Behind Generics in Java Programming
Let us see the motivation behind Generics in Java Programming language with examples.
Java
Generate SHA-256 Hash and Salt in Java Example
We take a look at how to generate SHA-256 Hash and Salt with a Java Example.
Java
How to Calculate the SHA Hash Value of a File in Java
We take a look at how to calculate the SHA Hash Value of a File in Java.
Java
How to Calculate the SHA Hash Value of a File in Java
We take a look at how to calculate the SHA Hash Value of a File in Java.