Which of these statements about interfaces are true?
Select 3 options
Correct Options are : B D E
An interface can extend any number of other interfaces and can be extended by any number of other interfaces.
Variables in interfaces are always static and method prototypes in interfaces can never be static.