from Pocket http://ift.tt/1k69Xqc
One of the new features introduced in Java 8 consists in interface default methods, also know as Extension Methods. As we can see above, TestInterface is providing a default implementation for method methodOne.
from Pocket http://ift.tt/1k69Xqc
One of the new features introduced in Java 8 consists in interface default methods, also know as Extension Methods. As we can see above, TestInterface is providing a default implementation for method methodOne.