Answered Questions

  • What is a tagged interface?

    parimmallarekha

    • Jun 24th, 2006

    tagged interface is nothing but null interface that means interface without any methods ex programmeinterface black{}interface orange{}class drink1 implements black{}class drink2 implements orang...

    srinivas

    • Mar 10th, 2006

    hi friendss,tagged interface is an interface which is not have any method body so it also called as null interface and marker interface. we need to use that interfaces in java bcoz it provides some in...