Do all methods in an Interface has by default Public visibility mode?
Yes, all methods of an interface are public, and can't have any other access modifier (i.e. the default public access modifier is the only valid access modifier)