Why java is not a pure object oriented language?
Answer Posted / dhruba guha
Java is not truely object orient Progrmaing Language ebecoz
1) in OOPS everything has to be Object but java supports
Primitive data type.
2) Java does not support multiple inheritance directly,
through help of interface java support multiple inheritance.
3) java does not esupport circular inheritance.
4) in OOPS everything need to be store heap but java use 5
type of memory heap, stack, native stack, register, code
segment.
| Is This Answer Correct ? | 6 Yes | 1 No |
Post New Answer View All Answers
What is tree node in java?
What is difference between local variable and global variable?
What is anonymous inner class?
How can I right-justify a string?
In multi-threading how can we ensure that a resource isn't used by multiple threads simultaneously?
Why destructor is not used in java?
In java, how many ways you can take input from the console?
Explain the difference between runnable and callable interface in java?
What is json parser in java?
What are the difference between composition and inheritance in java?
What is the difference between jfc & wfc?
What is the difference between iterator and enumeration ?
Is linkedlist thread safe in java?
What do heavy weight components mean in java programming?
What is void class in java?