How multipleInheritance is possible in java?
Answer Posted / srikanth
yes possile but memory will be allocated multiple times
when you extend multple class so, they removed that
concept
a class
b class c class d class
e class
when you what extend a class from e class then all class
will be loaded into main memory which is waste
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is difference between add() and addelement() in vector?
When would you use a static class?
What is the purpose of the runtime class in java programming?
What happens if a constructor is declared private?
Can we sort list in java?
What is 32 bit float?
What are the different conditional statements?
How do you sort in descending order in java using collections sort?
What is the use of math abs in java?
What is function declaration?
Explain aggregation in java?
what is an objects lock and which objects have locks? : Java thread
What is the default value of local and global variables?
How hashset works internally in java?
What is the loop in java?