What is the use of empty interface ? From your answer, i think the use for this to identify the class contains serializable or Cloneable etc...

But this is the only use then why they create interface ? They can easily design a java reserved keyword and then implement it...

Why they particularly design a interface to acheice this goal ?

-------------------
suresh