GeekInterview.com
  I am new, Sign me up!
 
GeekInterview.com  >  Tech FAQs  >  Programming  >  Java
Go To First  |  Previous Question  |  Next Question 
 Java  |  Question 64 of 928    Print  
What is meant by interface

  
Total Answers and Comments: 3 Last Update: October 24, 2007   
  
 Sponsored Links

 
 Best Rated Answer

No best answer available. Please pick the good answer available or submit your answer.
September 01, 2005 15:05:31   #1  
reena sahoo        

RE: What is meant by interface
Interface defines what aclass must do but does not define how to do. all methods are abstract. also like abstract class it cannot be instantiated.
 
Is this answer useful? Yes | No
September 08, 2005 16:21:25   #2  
riteshyadav14@rediffmail.com        

RE: What is meant by interface
its a java way to deal with multiple inheritance .....
 
Is this answer useful? Yes | No
October 24, 2007 06:11:05   #3  
skmeer Member Since: October 2007   Contribution: 6    

RE: What is meant by interface
Interface is used to define set of rules. Interface is a collectionof empty methods. It is solely used as a base class. Class which implents an interface need to provide the implemenation of the methods in the interface.
 
Is this answer useful? Yes | No


 
Go To Top


 Sponsored Links

 
About Us -  Privacy Policy -  Terms and Conditions -  Contact -  Ask Question -  Propose Category -  Site Updates 

Copyright © 2005 - 2009 GeekInterview.com. All Rights Reserved

Page copy protected against web site content infringement by Copyscape