Computer Science, asked by babediisaac, 1 year ago

what is a maker interface in java?

Answers

Answered by Tina11111
1
Marker interface in Java. It is an empty interface (no field or methods). Examples of marker interface are Serializable, Clonnable and Remoteinterface. ... A class that implements the Cloneable interface indicates that it is legal for clone() method to make a field-for-field copy of instances of that class.
Similar questions