Which of the following is an incorrect statement about packages?

a) Interfaces specifies what class must do but not how it does
b) Interfaces are specified public if they are to be accessed by any code in the program
c) All variables in interface are implicitly final and static
d) All variables are static and methods are public if interface is defined pubic

1 thought on “Which of the following is an incorrect statement about packages?”

Leave a Comment