Posted inJava Method References: Simplifying Your Code Posted by Emir April 10, 2016 Published: April 10, 2016 Introduction Java 8 introduces a powerful feature known as Method References, which provides…
Posted inJava Using Optional to Avoid NullPointerExceptions Posted by Emir April 3, 2016 Published: April 3, 2016 Introduction One of the most common pitfalls in Java programming is the…