Answers for "can java interface have static methods"

2

can interface have static methods

no, interfaces cannot have static or final methods.
Posted by: Guest on September-13-2021

Code answers related to "can java interface have static methods"

Browse Popular Code Answers by Language