Interface in Java

By |2018-12-25T06:55:50-06:00December 25th, 2018|Java Core|

An interface in java is a blueprint of a class. It has static constants and abstract methods. The interface in Java