Respuesta :
Answer:
False
Explanation:
Interfaces are similar to classes in Java, but they are not a type of class. A class defines the attributes and behaviours of objects, while interface contains the methods that shows the behaviours to be implemented by a class.
A method is one or more group of statements, it does not need to end with a semicolon. Methods in interfaces are abstract and for a class to contain these abstract method, it must be defined in the class.
An interface is a class that contains only the method headings and each method heading is terminated with a semicolon is a true statement.
What is interface?
An interface is known to be a kind of reference that is seen in Java. It is same to look the same with class.
It is known as a series of abstract methods that shows the description of the work that a specific object can do. Here, An interface is a class that has only the method headings and the method heading is ended with a semicolon.
Learn more about interface from
https://brainly.com/question/7282578