Wednesday, February 10, 2016

Java 8

Java 8 allows put static method in interface.
The benefit is that you can introduce default functions to the interface without breaking the existing implmented class for this interface.

No comments:

Post a Comment