Why Java is not purely object oriented?

Answer Posted / rahul

Java is not a puerly object oriented language because
1) There is no concept called pass by reference in java
(primitive types are passed by value and objects references
are passed by value in java)
2) The concept of pointers is not used in java
3) we cannot implement multiple inheritance in java using
only classes and not an interface.

Is This Answer Correct ?    17 Yes 12 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are the approaches that you will follow for making a program very efficient?

638


What is the difference between abstract classes and interfaces?

505


What are the limitations of procedural programming approach?

523


Why for each loop is used?

498


What is multithreading in java?

543






What are latest features introduced with java 8?

584


Can we write method inside a method in java?

519


What are the files generated after using IDL to java compiler?

582


Differentiate between a class and an object.

559


What is the importance of main method in Java?

570


Program to Find the second largest element in an array.

580


What's a method in programming?

543


What is tcp and udp?

595


What purpose do the keywords final, finally, and finalize fulfill?

608


What is an example of a conditional statement?

562