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 1.1 and ejb 2.0?
What does ejb stand for?
Define ejb Create() and EjbPostCreate()?
Is having static initializer blocks legal in ejb?
What is backing bean?
What is the procedure of ejb container to handle exceptions?
Is it possible to have threading in ejb?
What is ejb client?
What’s the difference between hibernate and ejb 3? Don’t you think ejb 3 is just a clone of hibernate?
What is ejb and its types in java?
What is the advantage of using entity bean for database operations, over directly using jdbc api to do database operations? When would I use one over the other?
Write down the steps for the creation of stateless ejb.
Can beans who are involved in transaction have 'passivation' process?
Can an ejb send asynchronous notifications to its clients?
What is a local interface?