Pergunta de entrevista da empresa Clikon Technologies

What is interface and use of it in Java?

Resposta da entrevista

Sigiloso

1 de out. de 2021

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.