Streams operations in Java

Java 8 introduces new features such as Streams. ...

February 15, 2022 · 8 min · Yamin

Usages of functional interfaces in Java

Java 8 introduces new features such usages of lambdas and functional interfaces. This enables methods to be first class citizen in Java and allows it to be assigned to variables and passed around ...

February 15, 2022 · 4 min · Yamin