Posts

Showing posts from March, 2017

Java 8 - Splitting and processing streams

https://dzone.com/articles/an-introduction-to-functional-programming-in-java-8-part-4-splitter

Abstract vs. Interface in Java8

While member variables of an interface are explicitly public and final, an abstract class does not sanction their members about access modifiers ... https://dzone.com/articles/java-interface-vs-abstract-class