java doesnot support multiple inhetance. but a interface can
support.how the ambiguities are rectified in interfaces?
Answer Posted / krishna
sorry Padmaja,
Multiple inheritance is way of accessing one sub(child) class from multiple base(parent) classes.
in java is possible through interfaces but not through classes.
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
What is EJB server?
What is stateful or stateless?
How does ejb work in java?
Is is possible for an ejb client to marshal an object of class java.lang.class to an ejb?
What is ejb ql?
What is the difference between message driven beans and stateless session beans?
What is entity beans in ejb with example?
What is rmi and ejb in java?
What ejb means?
Explain the architectural relationship between JavaBeans and JTA?
What are the types of enterprise bean?
How is consistency maintained by Stateful Session through transaction updates ?
What is an ejb container?
How ejb invocation happens?
in EJB diclare the static methods are not?