Apr 13, 20222 min readStreams In JavaJava recently launched version 17 but still, Java 8 is a Pro player. The main reason is features that come under Java 8. One of them is a...
Oct 16, 20211 min readFunctional Interfaces for StreamBefore learning stream you should have knowledge of some functional interfaces. let's discuss about these functional interfaces in this...
Oct 2, 20211 min readLambda in JavaLet's talk about Java 8 feature Lambda expression. It is only valid for Functional Interface, an Interface having only one abstract...