Interface world before JAVA 8 All Java developers learnt this sentence in early days of their practice “Java interface can only contain methods which are declared as public and abstract in nature.” This statement was absolute true before Java 8, which made some significant changes the way interface can be used in Java framework. Introduction… Continue reading JAVA 8 – Static and Default Methods in Interface
