πŸ“Š JAVA
Q. 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
πŸ’¬ Discuss
βœ… Correct Answer: (D) All variables are static and methods are public if interface is defined pubic

You must be Logged in to update hint/solution

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
177
Total Visits
πŸ“½οΈ
1 y ago
Published
πŸŽ–οΈ
Rakesh Kumar
Publisher
πŸ“ˆ
85%
Success Rate