Is marker interface haveing methods

Questions by sunmyid

Showing Answers 1 - 7 of 7 Answers

ramesh

  • Oct 23rd, 2005
 

      marker interface is cloneable interface, it has no methods. it only indicate clone object

  Was this answer useful?  Yes

satti

  • Nov 6th, 2005
 

     MI may have methods

  Was this answer useful?  Yes

Madhava

  • Nov 7th, 2005
 

Marker interface don't have at least single methods. In java we have 5 marker interfaces that are Remote, Cloneable, Serializable .... These are interfaces are with out methods we called as this interfaces are Marker interfaces

  Was this answer useful?  Yes

sudha

  • May 23rd, 2006
 

99% of marker interface have no methods because Runnable is a marker interface which has one method called as public void run()

  Was this answer useful?  Yes

In Java Programming, Interfaces with no methods is called as Marker Interface. Marker Interfaces are implemented by the classes or their SUper class in order to do some functions. Marker interface are Serializable, clonable, Single Threaded Model, Event listenter.

  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