Why Java is not purely object oriented?
Answer Posted / anjali purwar
Yes, JAVA is not purrely Object oriented because of the use
of primitive data types like char, int,bool,etc.
| Is This Answer Correct ? | 13 Yes | 3 No |
Post New Answer View All Answers
Is java pass by value or pass by reference?
How to perform quicksort in java?
What is a flag and how does it work?
Explain inheritance in java?
Why is method overloading not possible by changing the return type in java?
What is the difference between jvm and jre? What is an interface?
What is a values collection view ?
Can you access the private method from outside the class?
What are the 8 primitive data types in java?
What is the map interface in java programming?
How listener identify that the event came from a particular object?
How many types of voids are there?
What is bitwise complement?
What is difference between hashset and hashmap?
What are different access specifiers in java? Explain