0 votes
in JAVA by
What are the interfaces?

1 Answer

0 votes
by

What are the interfaces?

An interface is a collection of constants, static methods, abstract methods, and default methods. Methods in an interface do not have a body.

Related questions

+1 vote
asked Jun 17, 2019 in JAVA by reins.robin
0 votes
asked Apr 13, 2023 in JAVA by Robin
...