Jump to content
Wikibooks The Free Textbook Project

Java Programming/Keywords/interface

From Wikibooks, open books for an open world

interface is a Java keyword. It starts the declaration of a Java Interface.

For example:

Computer code
publicinterface SampleInterface
{
publicvoidmethod1();
//...
}

See also:

AltStyle によって変換されたページ (->オリジナル) /