Java supports ________; collections of related methods that typically enable you to tell objects what to do, but not how to do it (we’ll see an exception to this in Java SE 8).

Respuesta :

Limosa

Answer: Interfaces

Explanation:

We have the interfaces in java which contains abstract methods. So whenever we use interface in java we need to override all the abstract methods of the interfaces. Some examples of interfaces are:

mouselistener(), Eventlistener().

ACCESS MORE