In this tutorial, we will learn How we can use a method reference as a Supplier and what we can do using this Supplier interface.
Supplier: To put it simply we use the term Supplier when it produces something. So in terms of java Supplier...
Home » All posts
Java8: deep dive to Supplier Interface
in
java interview questions,
java8,
java8 feature,
java8feature
- on November 06, 2017
- No comments
Java8:Deep dive to Lambda as a Closure
in
java interview questions,
java8,
java8 feature,
java8feature
- on October 31, 2017
- No comments

In Java8 the most important inclusion is the lambda, It is important because using lambda we can manipulate function/method like data member , also we can pass or returns a function from another function(using java Functional interface). Prior...