Hello there techie ninjas, I hope you are doing well. We have started the new Series "Exploring Java 8", Here we would be learning all the things which are making a buzz in the programming world. Since Java 8, java is moving in the direction towards the declarative programming approach from the imperative …
Read MoreExploring Java 8/2 : Lambda In Java
Mar 31, 2021 Exploring Java 8Hello there techie ninjas, Hope you are doing well. Today in this blog we would be learning about Lambda, Functional interfaces, and we are going to see a lot of examples about Lambda which can tell us with the invention of Lambda how much code has become readable. Lambda is the coolest feature of Java 8. What are so …
Read MoreHello there techie ninjas, I hope you are doing well. Today in this blog we would be exploring Functional interfaces that were introduced in Java 8. Although we talked about functional interfaces a little bit, this blog would be completely hands-on on functional interfaces. We would be covering the Why, What, and How …
Read MoreHello there techie ninjas, I hope you are doing well. Welcome to Programming 4 Ninja and another blog on Method Reference & Constructor Reference in the Exploring Java 8 Series. Let's get started with the content then. What is the Method Reference in Java 8? Method Reference is another way of writing concise lambda …
Read MoreHello there techie ninjas, I hope you are doing well. Today we would be learning one of the most amazing features released in Java 8. it provided a lot of benefit for parallel processing of collections and writing code in functional ways. I would say this is one of the most important chapters of the Java 8 Series, so I …
Read MoreHello there techie Ninja, Hope you are doing good. Welcome to the Blog. Today in this blog we would be exploring some intermediate operations that can be performed on streams. I hope you went through my last blog "Introduction to Streams API". If you are a beginner to java streams I would recommend you to …
Read MoreHello there techies, Hope you are doing good. Welcome to Programming4ninja and Exploring Java 8 Series. Today in this blog we would be talking about the Java 8 streams. it is very essential to understand the way streams work. In order to get the benefit of parallel processing, one should be able to understand how …
Read MoreHello there techie Ninja's, Hope you are doing well. Today, in this blog we would be learning about the terminal operations in java 8 streams. You might have seen in previous blogs that intermediate operation flows the data, transform it but it again produces new streams. If you want to collect the data from streams to …
Read More