Should methods in a Java interface be declared with or without a public access modifier? Should methods in a Java interface be declared with or without the public access modifier? Technically it doesn’t matter, of course. A class method that implements an interface is... May 15, 2022 0 Comments