Is java pure object oriented or not? if yes, give the valid
reason.
Answer Posted / supriya
No,
1.Primitive data types are present
2.Multiple inheritance is not support which is OOPs concept.
Is This Answer Correct ? | 3 Yes | 3 No |
Post New Answer View All Answers
Why bytecode is called bytecode?
What must a class do to implement an interface in java programming?
What is a top level class in java?
What is a double vs float?
What is the purpose of a transient variable?
What is collection class in java?
What is meant by collection in java?
What is the properties class?
What is the scope or life time of instance variables?
What is java util list?
What are the advantages of encapsulation in java?
What is the difference between double and float variables in java?
What is oops in java?
How can you avoid serialization in child class if the base class is implementing the serializable interface?
What is string in java with example?