Blog
Power Of Two (Exercise Problem)
This is an exercise problem for your practice. Try to come up with an approach and solve it by yourself. Good Luck!
User-Defined Customer Interface (Exercise Problem)
This is an exercise problem for your practice. Try to come up with an approach and solve it by yourself. Good Luck!
What Are UnaryOperator And BinaryOperator's?
Unary and Binary operators are the other two functional interfaces that most developers are interested in.
Course Overview: Functional Programming in Java
This course deep-dives into each of the functional programming concepts that got introduced in the Java programming language.
What is a Function Interface In Java?
This lesson talks about the third functional interface, which is the Function.
What is a Supplier Interface in Java?
This lesson talks about the second functional interface, which is the Supplier.
Different Ways To Create Stream Objects
In this lesson, you will learn how to create streams in different ways with practical examples.