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


Please Help Members By Posting Answers For Below Questions

What is an class?

785


What is generic class?

866


How we can generate random numbers in java?

901


What is computer compiler?

771


What is difference between Heap and Stack Memory?

782


What is a nullable field?

797


What is classes in java?

727


What is static keyword?

806


What is a pattern what is an anti pattern?

726


What is ascii code?

860


How do you read and print a string in java?

740


Which collection is best for sorting in java?

909


What is the difference between abstract class and interface1? What is an interface?

808


What is deserialization?

826


Is empty string in java?

851