Science, asked by kriti1157, 1 year ago

What is marker interface in java?

Answers

Answered by KNT1
0
Marker interface means there is no method in using.
Answered by IntrovertAngel
0

\LARGE{\color{t}{\textsf{\textbf {\underline{ Anѕwєr : }}}}}

  • A marker interface is an interface that has no methods or constants inside it. It provides run-time type information about objects, so the compiler and JVM have additional information about the object. A marker interface is also called a tagging interface.
Similar questions