Market interface means interface which have no methods. Then why we call the Runnable interface as a marker interface, even though it has run() method

Showing Answers 1 - 10 of 10 Answers

Ashok

  • Oct 25th, 2006
 

Marker interface mean which does not contain any methods.

But it should get some system properties at runtime thatsy we called Runnable is a marker interface.

  Was this answer useful?  Yes

chinnu

  • Nov 18th, 2006
 

hi,as abt my knowledge runnable interface is not marker interface.best examples od marker interface isClonable,Serilise interfaces ..

  Was this answer useful?  Yes

Up to my knowledge marker interface is an interface having no methods, so Runnable interface is an interface having run() method, so definetly it is not a marker interface, if so the case, please post the complete description regarding that and let me know

pdommara

  • May 31st, 2010
 

Who said Runnable interface is marker interface.   It has method called run().
It is not a marker interface.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions