Citi Interview Question

Explain the marker interface and default method in interface?

Interview Answer

Anonymous

Jun 26, 2018

empty interface with no method. it indicates a tagged object belongs to a set. like serializable interface.