A friendly place for programming greenhorns!
Big Moose Saloon
Search
|
Java FAQ
|
Recent Topics
Register / Login
JavaRanch
»
Java Forums
»
Java
»
Beginning Java
Author
what is the need of interface????????
rahul mehra
Ranch Hand
Joined: Aug 20, 2007
Posts: 33
posted
Nov 16, 2007 03:00:00
0
why is interface needed in
java
.... if we say that any class which implememnts a particular interface has the flexibility to define its method in its own way..then we might as well as declare a class with the required method....
why do we need to define an interface.... ???
can anybody give me the basic idea.....
Thanks
Ulf Dittmer
Marshal
Joined: Mar 22, 2005
Posts: 35258
7
posted
Nov 16, 2007 04:10:00
0
The Sun Java Tutorial has a
section on interfaces and inheritance
. It explains why and when you might want to use them
Android apps
–
ImageJ plugins
–
Java web charts
sudhir nim
Ranch Hand
Joined: Aug 29, 2007
Posts: 212
I like...
posted
Nov 16, 2007 04:12:00
0
Interfaces are used to define contract,
They are also used to achieve runtime
polymorphism
.
[Servlet tutorial]
[Servlet 3.0 Cook Book]
I agree. Here's the link:
http://zeroturnaround.com/jrebel
- it saves me about five hours per week
subject: what is the need of interface????????
Similar Threads
Can we define run() in another method of the class ??
Related to interface.
Question on Interface
Interfaces
what is the need of interface?
All times are in JavaRanch time: GMT-6 in summer, GMT-7 in winter