Which of the following statements applies to methods of an interface in Java?
An interface can only contain abstract methods.
You can define a method in an interface
The private and protected access modifiers can also be used to declare methods in an interface
Neither of the above is true.