GeekInterview.com
Home
Tech Articles
Code Samples
Learn
Freelance Projects
Online Testing
Geek Talk
Job Postings
Knowledge Base
Geek Blogs
Question Bank
Interview Questions
Certification
Placement Papers
Tech FAQ
Career Advice
Engineering
Ask Question
I am new,
Sign me up!
User Name
Remember Me?
Password
Interview Questions
Certification
Placement Papers
Tech FAQ
Career Advice
Engineering
Ask Question
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
Related Categories
—
ASP.NET FAQ
C FAQs
C# FAQs
C++ Faqs
EJB FAQ
Hibernate FAQs
J2EE FAQ
Java FAQ
Java Classes FAQs
Java Swing FAQs
JSP FAQs
Spring Framework FAQs
Struts FAQ
VB.NET FAQ
Sponsored Links
About Us
-
Privacy Policy
-
Terms and Conditions
-
Contact
-
Ask Question
-
Propose Category
-
Site Updates
Copyright © 2005 - 2009 GeekInterview.com. All Rights Reserved