Multiple choice technology testing

The data-members of the Interface can be static or non-static.

  1. True

  2. False

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

Interface data members are always implicitly public, static, and final. They must be static constants, not instance variables. Non-static data members would require instantiation, which contradicts the purpose of interfaces.