What is marker interface? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2
15th Jul 2019, 6:13 PM
sunnym_97
sunnym_97 - avatar
1 Answer
+ 1
an interface that doesn't have anything in its block. it is not implemented to give classes and their objects any type of action by defining any method or declaring it and enforcing implementing-classes to override it. it is just used at compile-time to ask JVM, check some behavioural features of a class that implements it. they are like annotations but have their differences for better understanding check this link: https://dzone.com/articles/are-marker-interfaces-dead
17th Jul 2019, 4:46 AM
salar vahidi
salar vahidi - avatar