Showing posts with label Marker Interface. Show all posts
Showing posts with label Marker Interface. Show all posts

What is Marker Interface in Java?

Marker interfaces are special interfaces in Java. Marker interface will not have any methods or member variables. Just declared with interface name and also called as Tag interface.  Then what is the use of...