Java8: Oogways more advice on Optional.

Java8: Oogways more advice on Optional.
Oogway's previous talk clears the confusions about Why Optional is added on java8? But PO is a Dragon warrior he is the finest Java warrior so he wants more, He wants to know when is the right time to use Optional. What are the best practices so he...

Java8 : All about Method reference

Java8 : All about Method reference
Java8 brings many features which help us to code like Functional programming in an OO context. One of the important and useful features is method reference, In this article, we will do a detailed discussion about method reference. What is a Method...