Tag:

Functional Programming

by Imran Shaikh 0 comment

Interface is an integral part of java and has become so powerful over the years, that it shifted the way a Java programmer thinks.

by Imran Shaikh 0 comment

To use the partitioningBy Collector, you have to pass the Collectors.partitioningBy in the collect() method of Stream API.

by Imran Shaikh 0 comment

Before seeing Optional in Java, Did you know that Null Pointer Exception is termed as Billion Dollar mistake? Lets see how to avoid it.

by Imran Shaikh 4 comments

The Stream API, included in Java 8, is utilised for processing collections of objects. Stream API can make your code more simple, efficient, and …

by Imran Shaikh 0 comment

Using Functional interfaces provided by Java we can become more functional. And Knowing them would help us utilise Stream API fully

@2023 All Right Reserved. Designed and Developed by CodersTea

This website uses cookies to improve your experience. We'll assume you're ok with this, but you can opt-out if you wish. Accept Read More