Interfaces
Tutorial Description - Interfaces An interface is like a public class that has only abstract and public methods. The variables declared in an interface are implicitly public, static, and final.
Home
»
Java
»
General Java