devxlogo

January 12, 1999

The Purpose of the Marker Interface

One of the “clean” features of the Java programming language is that it mandates a separation between interfaces (pure behavior) and classes (state and behavior). Interfaces are used in Java