Could somebody pls explain the contract of marker interfaces in java?
For Ex: If Clonable is a Marker Interface with no fields/methods, then where is t
Clonable
Marker interfaces do not have any body as such.They just ask java interpreter to behave in a predefined particular way for objects of classes extending them.