Java Interface always can contain the method declaration and cannot contain method implementation (method body), "there is no possible way of adding method implementation to a Java Interface" has become a myth now after the introduction of Default Method in Java 8. Default Method or Defender methods is a new feature which lets the developer add a new method to an existing … [Read more...]