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
How many types of java are there?
How do I get 64 bit java?
Is string is a class in java?
What are the topics in core java?
23. Storage space in java is of the form Stack Queue Heap List 24. What is java code embedded in a web page known as Applets Servlets scriptlets snippets 25. Which of the following attributes are compulsory with an
What is == in java?
What are loops in java?
What is the hashcode () and equals () used for?
How do you identify if jvm is 32-bit or 64-bit from java program?
Can we override the static methods?
Difference between a process and a program?
Is passing by reference faster?
Can you use abstract and final both with a method?
What is difference between module and function?
What is a map? What are the implementations of map?