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

How to perform merge sort in java?

791


What is boolean strategy?

856


what is use of functional interface in java 8?

779


Is string is a keyword in java?

737


What is sizeof () operator?

740


What type of language is java?

746


What are the restrictions imposed by a Security Manager on Applets?.

2291


What is the concatenation operator in java?

807


What is the difference between delete and delete[]

900


Is string a data type in java?

786


What is a stringbuilder?

697


What happens if I remove static from main method?

749


What is the return type of the main method?

783


Explain about the main() method in java?

793


What is equlas() and hashcode() contract in java? Where does it used?

806