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 OOP Language?

842


Why we use set in java?

773


How many return statement are allowed in a function?

656


What is role of void keyword in declaring functions?

806


What is the static block?

803


What is meant by null and void?

743


Where is stringbuffer stored?

761


How to Sort Strings which are given in List and display in ascending order without using java api.

4095


What is ‘has a’’ relationship in java?

954


Differentiate between run time error and syntax error.

821


What is an empty string in css?

775


What is static keyword?

788


How many bytes are there?

755


what are synchronized methods and synchronized statements? : Java thread

783


What is the basic concepts of OOPS?

926