My main site - http://www.mcprogramming.org
My CS site - http://www.essentialcscourses.com
My Twitter - / mcprogramming
My Facebook - / 220026358164435
Java - Default Methods in Interfaces - In this Java tutorial, I will talk about how Java 8 supports default methods within an interface. A Java interface does not allow for an implemented method inside of it. Now with Java 8 we can use the keyword default to add implemented method. This is very useful.