function of extends and implements keywords?
Answers were Sorted based on User's Feedback
Answer / jitender arora
Extending means adding new method definitions. Implementing
means satisfying the existing interface contract by writing
the proscribed method bodies.
When you derive a class from a base class we say the
derived subclass extends the base class. An interface can
also extend another interface. In contrast, when a class
provides the methods (possibly abstract) necessary to
conform to some interface we say that class implements the
interface. Extending a class is closely related to
implementing an interface. A new class can extend at most
one superclass, but it may implement several interfaces.
In interface may extend several other interfaces (though a
class implements an interface). You sometimes do this to
give you a short same to stand for the requirement
implementing half a dozen related interfaces.
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / mayur kumar
extends is used to inherite a class and implement is used
to inherit an interface.
| Is This Answer Correct ? | 0 Yes | 0 No |
What method MUST be implemented by all threads?
diff mvc1 and mvc2 wahts is mean by servlet chaining?
what are memory considerations of jsp compares to other web components?
What is the immediate superclass of the applet class?
how to make a index.jsp for running the site in internet and find an error for connection with weblogic server and java that give an error invalid object name.and how to maintain session.
In our urls and in the text of the buttons we have comma. Its causing an error. Is there a way to change the delimiting character for the menu arguments?
What is Stream Tokenizer?
Define the remote interface?
Will it be called overriding if I do not change the parameters or return type, instead throw a different exception in the method signature.
Where can I find seam examples and documentation?
Explain the purposes of methods wait(), notify(), notifyAll ()?
Difference Between java & javax
5 Answers Sun Microsystems, Wipro,