Do all methods in an Interface has by default Public visibility mode?
All methods in an interface default to public.
public
See Java Language Specification 6.6.1 which states
All members of interfaces are implicitly public.
2.1m questions
2.1m answers
60 comments
57.0k users