Why Java is not purely object oriented?
Answer Posted / ved
java is not pure object oriented language becoz of two main
reasons
1. java uses primitive data type. means every thing in java
is not the object and classes.
2. it supports static variables that are not the part of
classes and object.
these are two main reason that's why java is not pure
object oriented languge.
| Is This Answer Correct ? | 5 Yes | 2 No |
Post New Answer View All Answers
What is the difference between the file and randomaccessfile classes?
What is the static field modifier?
What is data movement?
Is null an object in java?
Is there any difference between nested classes and inner classes?
How do you define a method?
How to perform bubble sort in java?
What are untrusted applets?
Can we assign the reference to this variable?
What is the purpose of assert keyword used in jdk1.4.x?
What are the kinds of polymorphism?
Can we sort arraylist in java?
What is a memory leak in java?
Does sprintf add a null terminator?
Why is the main method declared static?