Which Of The Following Is An Incorrect Statement About Packages #1074
Which of the following is an incorrect statement about packages?
This multiple choice question (MCQ) is related to the book/course gs gs128 Java. It can also be found in gs gs128 Java Interfaces Packages - Java Interfaces - Quiz No.1.
Which of the following is an incorrect statement about packages?
Interfaces specifies what class must do but not how it does
Interfaces are specified public if they are to be accessed by any code in the program
All variables in interface are implicitly final and static
All variables are static and methods are public if interface is defined public