Marker Interface in Java
Marker Interface inΒ Java
In this article, we will discuss the following : Β
β What is a Marker interface ?
β Why we need a marker interface or what is the use of marker interface ?
β How to create a custom marker interface and use it ? Β
Marker Interface
Β When an interface has no members, its known as a Marker interface.
Its also known as a Tag interface.
Β Java API marker interfaces
Β Java API has many marker interface.
View On WordPress












