GeekInterview.com
   Home |  Tech FAQ  |   Interview Questions |  Placement Papers |  Tech Articles |  Learn |  Freelance Projects |  Online Testing |  Geeks Talk |  Job Postings |  Knowledge Base | Site Search |  Add/Ask Question

  GeekInterview.com  >  Placement Papers  >  BAAN Infotech

 Print  |  
Question:  There is no methods in the marker interface,then what is the use of marker interface.And what is the functionality of the interface.Why we need to implement marker interface.



October 10, 2005 08:01:43 #1
 Jiji   Member Since: Visitor    Total Comments: N/A 

RE: There is no methods in the marker interface,then w...
 

Marker interfaces are used to show that a class is able to do something..
like the remote, serializable, cloneable.. etc..
only a class which implements serializable can be serialized..
only a class which implements the remote interface can be sais that a remote object.. etc..
hope u have got someidea..

     

 

Back To Question