"Hi, Amigo!" "Hi, Bilaabo!" "Today I'll tell you about marker interfaces." "Marker interfaces are interfaces without methods. When a class implements such an interface, we say that it is marked by it." "Examples of these interfaces include: Cloneable, Serializable, Remote." "The Serializable interface is used to mark classes that support serialization, indicating that instances of these classes can be ..."