java doesnot support multiple inhetance. but a interface can
support.how the ambiguities are rectified in interfaces?
Answer Posted / anshu aggarwal
In java interfaces are used instead of multiple inheritance
to overcome the problem of ambiguity. Ambiguity dont arise
due to interfaces because interfaces contain only abstract
methods that is juat declarations.
Is This Answer Correct ? | 6 Yes | 3 No |
Post New Answer View All Answers
What is difference between ejb and spring?
What is pub/sub model?
What causes statelessness?
What is enterprise bean provider?
How does ejb invocation take place?
What is the difference between message driven beans and stateless session beans?
How does ejb container work?
What are the key features of the ejb technology?
What is Session Bean Interface?
What is ptp model?
Define Initial Context?
Why do we use @requestmapping?
What is entity beans in ejb with example?
What is jar, war, and ear?
Why is ejb used?