java doesnot support multiple inhetance. but a interface can
support.how the ambiguities are rectified in interfaces?
Answer Posted / padmaja
since java doesn,t support multiple inheritance,
to overcome the disadvntage of multiple inheritance
interfaces are came.
multiple inheritance means,many sub classes can share
the properties of base class
interfaces are also providing the same feature
but,the class which is implemented the interface
that should give the definition for all the methods present
in the interface.
so,one interface can be implemented by no of classes
by this,the ambiguities are rectified in interfaces
| Is This Answer Correct ? | 3 Yes | 6 No |
Post New Answer View All Answers
What is remote interface in ejb?
What is stateless session bean?
Is having static initializer blocks legal in ejb?
Is ejb a framework?
What do you mean by ejbdoclet?
Explain what is an EJB Context?
Match the ejb functions given below with the functionality equivalent in sql?
What are the various types of entrepreneur java bean?
How can I access ejb from asp?
What is the advantage of using entity bean for database operations, over directly using jdbc api to do database operations?
What is the difference between ejbcreate() and ejbpostcreate?
In what format is the conversational data written to the disk?
What is the procedure for the presentation of ejb persistence mechanism?
What is passivation and activation in ejb?
What is an ejb platform?