Name interfaces without a method

Showing Answers 1 - 3 of 3 Answers

samudralavinay_in@rediffmail.com

  • Sep 28th, 2005
 

java.rmi.Remote is an interface which has no methods

  Was this answer useful?  Yes

sukumar

  • Oct 29th, 2005
 

java.io.serializable is the marker interface ,which means it has no methods

  Was this answer useful?  Yes

Thamizhselvi

  • Jul 19th, 2007
 


A interface without any method called as Null Interface.All Null interfaces behave as Marker interface.
Example of Marker interfaces are as follows...
1.java.rmi.remote()
2.clonable()
3.serializable()

  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