Why Java is not purely object oriented?
Answer Posted / balaram(rocker ram)
Java language is not not purely object oriented
language..Because of it consist the "primitive data
types".If any language containing the primitive data types
means then it obviously not Pure Object Oriented.But Every
"Java Application" is Definitely Pure Object Oriented....
Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What are instance variables?
Can we initialize the final blank variable?
Explain the concept of proper inheritance?
Explain try and catch keywords in java?
What is difference between add() and addelement() in vector?
Can we have return statement in finally clause? What will happen?
How we can declare a static variable?
Explain the use of shift operator in java. Can you give some examples?
Can we have a method name same as class name in java?
Are generics important java?
Explain the private field modifier?
What is set in java?
What is a numeric digit?
Is integer immutable in java?
If a class is declared without any access modifiers, where may the class be accessed in java programming?