-
Notifications
You must be signed in to change notification settings - Fork 0
Marker Interface
Pranav V R edited this page Jun 23, 2024
·
1 revision
An interface that does not contain methods, fields, and constants is known as marker interface
Used to indicate
Also known as
- Tag Interface
- Empty Interface
- Internal flags
- Annotations (Introduced in java 5)
Commonly used examples of marker interface
- Serializable
- Cloneable
- Remote
- Java Concepts
- Multithreading
- Java 8 Features