Java / Interface
What is abstract Interfaces in Java?
Interfaces marked with abstract modifiers are abstract interfaces.
Every interface is implicitly abstract. This modifier is obsolete and should not be used in new programs.
More Related questions...