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
Explain spliterator in java8?
Differentiate between a class and an object.
What is the return type of the main method?
What is the purpose of the return statement?
What is the difference between static and non-static variables in java programming?
What is the major difference between linkedlist and arraylist?
What is jit and its use?
What does n mean?
How to calculate the length of a singly linked list in java?
How are java objects passed to a method and what are native methods?
What causes memory leaks in java?
What value is a variable of the string type automatically initialized?
What will be the output of round(3.7) and ceil(3.7)?
How do you use nextline in java?
What is polymorphism in java? What are the kinds of polymorphism?