资讯

Java lets you declare interfaces inside of classes. Once declared, an interface is automatically a static member of the class. There is no need to declare the interface with the static keyword.
Learn the four types of polymorphism in Java, then start using subtype polymorphism to execute different forms of the same Java method.