How to achieve multiple inheretence in java.I need an
example. how we achieve.
Answer Posted / srikanth jakka
The mechanism of inheriting the features of more than one
base class into a single class is known as multiple
inheritance. Java does not support multiple inheritance but
the multiple inheritance can be achieved by using the
interface.In Java Multiple Inheritance can be achieved
through use of Interfaces by implementing more than one
interfaces in a class.
| Is This Answer Correct ? | 22 Yes | 0 No |
Post New Answer View All Answers
What is general entity?
Is java a high level language?
What is the difference between java and j2ee?
How do I become an expert in java?
What is the name of java compiler?
What is callback methods Component methods called by the container to notify the component of important events in its life cycle?
Explain the j2ee tiers.
What is java technology stack?
for example we are login into the irctc server from there it will go to the selected bank and deduct amount and come back to the irctc. so if we are developing this in java means will it be run on the same session. but as per my knowledge bank is separate and irctc is separate URL's so it will use two different sessions then how it is maintaining same session through out application and even it uses the payment gateway? how it is working can any one help me on that??
What is client-certificate authentication?
What does the web module contain?
What is B2B?
What is document?
On which platform j2ee is based?
i want test pattern of zylog company and some examples also