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 are the rules for naming an array?

732


What are the four corner stones of oop?

782


In how many ways we can do synchronization in java?

739


What’s the difference between unit, integration and functional testing?

831


What java ide should I use?

761


What is a Presistent Object?

928


Can you use abstract and final both with a method?

807


define polymorphism in java

849


worst case complexities of Quick sort and Merge sort.

793


What is an enumeration?

776


What is queue in java?

811


What is function declaration?

720


Detail discussions on JVM, memory management and garbage collector.

746


How to change the priority of thread or how to set priority of thread?

779


What is the importance of main method in Java?

803