As Java 9 is going to allow us to define private and private static methods too in interfaces, what would be the remaining difference in inte
private
private static
inte
Java 9 interfaces still cannot contain fields and constructors. This makes a huge difference between classes and interfaces, so Java 9 is far from multiple inheritance.