I started to learn JAVA 20 years ago when I was a student in the university. After that in so many years I had kept remembering JAVA interface can only be used to define method, not implementation. However things changed after JAVA 8 emerged. People can implement a method in an Interface. And as the … Continue reading Interface Static Method and Default Method