Java Programming & Computer Basics

Casual Mode - Take your time!

1 / 15
Correct
0
Incorrect
0
Score
0%
Multiple Choice

Which of the following is/are correct statement(s) about an interface?

  1. Constant declarations of public, static, and final are optional in any combination.
  2. An interface can have only abstract methods and no concrete methods are allowed.
  3. A class implementing an interface can itself be abstract.
  4. A class can implement any number of interfaces.
  5. All of the above
Change Mode