0 votes
in JAVA by
What do Interfaces' static methods do?

1 Answer

0 votes
by
Static methods, that contain method implementation and are accessed using the identity of the interface, are excellent for defining utility methods because they are controlled by the interface and cannot be overridden.

Related questions

+1 vote
asked Dec 7, 2020 in JAVA by SakshiSharma
0 votes
asked Oct 12, 2020 in JAVA by Robindeniel
...