Why Java is not purely object oriented?

Answer Posted / rohit pachouli

java is not pure object oriented language because there are
some resons.........
1.it uses primitive data types whic are not object.
2. Java uses static keyword. when we use static keyword
that there is no need of object
3. Not use of mutltiple inheritnce.
4.main reson is in object oriented everything is done in
class but java in case of interfaces and other programs
programming is done out of class.
so java is not pure object oriented

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

what is meant by Byte code concept in Java?

802


Does printwriter create a file?

754


How thread scheduler schedule the task?

827


What is a text string?

870


What is a class in java?

803


Why can we not override static method?

848


How do you override a variable in java?

754


What is a boolean expression in java?

785


Is linked list a linear or non-linear data structure?

750


What is 32 bit float?

775


Is break statement can be used as labels in java?

719


What is map and hashmap in java?

836


Explain list interface?

732


Write a function for palindrome and factorial and explain?

871


How do you convert an int to a double in java?

814