Java’s standard class library contains several empty interfaces that declare no constants or method signatures. Java uses empty interfaces to tag, that is, mark object classes that are to be singled ...
The Java tutorial Java 101: Classes and objects in Java introduces the fundamentals of Java classes and objects, including how to declare classes, describe attributes via fields, describe behaviors ...