Fame Craze News
updates /

【How-to】Can interface implement interface - Howto.org

An interface can have methods and variables just like the class but the methods declared in interface are by default abstract (only method signature, no body, see: Java abstract method). Also, the variables declared in an interface are public, static & final by default.