Why Java is not purely object oriented?
Answer Posted / ravikiran
Because it doenn't support multiple inheritence in a direct
manner,Even though interfaces used for the purpose
And it doesn't support pointers
| Is This Answer Correct ? | 7 Yes | 6 No |
Post New Answer View All Answers
How you can force the garbage collection?
What are the advantages of packages in java?
What is difference between identifier and variable?
What is ascii format?
What is independent and dependent variables in research?
Explain the scope or life time of class variables or static variables?
Can we overload the methods by making them static?
What are static variables and functions?
Why method overriding is used?
Why java is said to be pass-by-value ?
Can a final method be overloaded?
What is the difference between a constructor and a method?
What are the various access specifiers for java classes?
What is java basic concept?
Can we declare array without size in java?