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 OOP Language?
Why we use set in java?
How many return statement are allowed in a function?
What is role of void keyword in declaring functions?
What is the static block?
What is meant by null and void?
Where is stringbuffer stored?
How to Sort Strings which are given in List and display in ascending order without using java api.
What is ‘has a’’ relationship in java?
Differentiate between run time error and syntax error.
What is an empty string in css?
What is static keyword?
How many bytes are there?
what are synchronized methods and synchronized statements? : Java thread
What is the basic concepts of OOPS?