Hello @Unknown, yes from JDK 8, you can use static method inside interfaces. In fact default methods can also be declared inside interface, but article is true for any JDK prior to JDK 8. Probably, I need to update this with latest information and changes made in JDK 8 with respect to static methods. Thanks
Jun 28, 2017, 7:16:33 AM
Posted to What is static and instance Method in Java? Example Tutorial