Multiple choice

Methods, which are declared in interface are by default___________

  1. public and non-static

  2. default and abstract

  3. private and static

  4. public and abstract

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

This option is true because methods, which are declared in inteface are by default public and abstract.