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
Enlist the changes in EJB 2.1 ?
can u explain about design patterns like singleton,builder,factory
How is ejb different from java beans?
Is is possible for an ejb client to marshal an object of class java.lang.class to an ejb?
What are ejbs used for?
Which is more beneficial: CMP or BMP?
What is session facade in ejb?
What is ejb container in java?
What is stateless session bean?
What is an ejb container?
How does ejb work in java?
Why do we use @requestmapping?
What is difference between ejb 1.1 and ejb 2.0?
In what format is the conversational data written to the disk?
can anyone explain me the workflow of EJB.I have developed an app. in WSAD using an example that contains CMP and session bean.But i am not able to understand the basic flow between diffrent packages.