Explain me how are Annotations better than a Marker Interfaces?

Submitted by: Muhammad
Annotations lets one achieve the same purpose of conveying metadata about the class to its consumers without creating a separate type for it. Annotations are more powerful, too, letting programmers pass more sophisticated information to classes that “consume” it.
Submitted by: Muhammad

Read Online Java Software Engineer Job Interview Questions And Answers