- Access Modifiers - All members of interfaces are implicitly public. It is, in fact, a compile-time error to specify any access specifier for an interface member other than public (although no access specifier at all defaults to public access).
- Array - Arrays are special objects in java with no "class definition" (no .class file).
- Array.length [public final int variable], but String.length()
No comments:
Post a Comment