📚 Practice Mode
Java Programming & Computer Basics
Learn at your own pace with hints and detailed explanations
1 / 15
Multiple Choice
Which of the following is/are correct statement(s) about an interface?
- Constant declarations of public, static, and final are optional in any combination.
- An interface can have only abstract methods and no concrete methods are allowed.
- A class implementing an interface can itself be abstract.
- A class can implement any number of interfaces.
- All of the above