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
Can we create an object of private class?
How to change value in arraylist java?
What does sprintf mean?
Write a program to find the greatest of three numbers in java?
What's the access scope of protected access specifier?
What is a void method?
Can we declare a static variable inside a method?
What is java autoboxing?
What is volatile data type?
Explain the difference between association, aggregation and inheritance relationships.
Difference difference paint() and paintcomponent()?
How will you invoke any external process in java?
What are the types of literals?
List primitive java types?
Explain java coding standards for interfaces?