Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in marker-interfaces

Marker interface or boolean method to identify object capabilities?

What does self comparable interface do in Collections Class?

Is there a workaround for Composition and Marker Interfaces?

Can annotations totally replace Marker Interfaces?

Marker Interfaces

java marker-interfaces

Why class need to implement serializable marker interface for serialization? [duplicate]

Null vs Marker Interface

java marker-interfaces

Why ObjectOutputStream.writeObject(Object o); but not ObjectOutputStream.writeObject(Serializable o) [duplicate]

Marker interface vs empty abstract class

can marker interface like serializable contain default methods?

Why java annotations?

Java: What can and what can't be serialized?

Compelling Reasons to Use Marker Interfaces Instead of Attributes

What is the use of marker interfaces in Java?

Marker Interfaces in Java?