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
String and stringbuffer both represent string objects. Can we compare string and stringbuffer in java?
What is the diffrence between inner class and nested class?
What is the impact of declaring a method as final?
Define a package.
can used Protected Class outside Function.?
What is the final class modifier?
How is treeset implemented in java?
Is {a, n, d} a palindrome? If you are given a random string, is it a palindrome or not?
Which collection is ordered in java?
Does unicode support all languages?
What is the major difference between linkedlist and arraylist?
List two java ide’s?
Can you inherit from an abstract class java?
Can we clone singleton object in java?
What is private static in java?