Question d’entretien chez Sheetal

what is interface in java

Réponse à la question d'entretien

Utilisateur anonyme

18 juill. 2024

An interface in Java is a blueprint of a class. It has static constants and abstract methods. The interface in Java is a mechanism to achieve abstraction.