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 an class?
What is generic class?
How we can generate random numbers in java?
What is computer compiler?
What is difference between Heap and Stack Memory?
What is a nullable field?
What is classes in java?
What is static keyword?
What is a pattern what is an anti pattern?
What is ascii code?
How do you read and print a string in java?
Which collection is best for sorting in java?
What is the difference between abstract class and interface1? What is an interface?
What is deserialization?
Is empty string in java?