Multiple choice

Which of the following statement(s) is/are true?

  1. A class can implement any number of the interfaces in java.

  2. A class can extends more than one abstract class in java.

  3. All the methods in an interface are abstract methods.

  4. All of the above

  5. Both (1) and (3)

Reveal answer Fill a bubble to check yourself
E Correct answer
Explanation

Yes,  both of the alternatives are true,