Java | 2019-11-18 Java 8 Optional Java 8 introduced Optional class to avoid NullPointerException. Basically Option ...
Java | 2019-11-07 Java 8 Streams Operations Stream operation is one of the main feature of Java 8. I have met these code a lot recently in the w ...