How multipleInheritance is possible in java?
Answer Posted / aruna
Mr.Firdouse,I know that it is possible through interfaces
but i want to know how it is implemented?Can u give me a
clear answer?
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
What is the difference between jfc & wfc?
Explain 5 io best practices?
What is the java project architecture?
Can we catch more than one exception in a single catch block?
Which is better 64 bit or 32 bit?
Differentiate between the constructors and methods in java?
Difference between overriding and overloading in java?
What are the advantages and disadvantages of reference counting in garbage collection?
Can we make main() thread as daemon?
How is it possible in java programming for two string objects with identical values not to be equal under the == operator?
Is a boolean 1 bit?
Is java a security risk?
How hashmap increases its size in java?
What is boolean strategy?
is there a separate stack for each thread in java? : Java thread