Print
Category: Java
Hits: 587

Interface default and static methods

If l is an instance of ArrayList, then

Discourage to use public and abstract

(public, abstract) Interface { (public, abstract) func1 (); (public) (static) class {}; }