In Java 8 , among a lot of rich features, one of the feature you should know about is related to Interface, you can implement method by using keyword: default. This is more easier when you think about multi-inheritance.
Diary of Java Programming language