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 is encapsulation in java?

622


What is overloading and overriding in java?

656


What are the ways in which a thread can enter the waiting state?

513


State one difference between a template class and class template.

620


What is r in java?

592






What is the statements?

587


Is vector synchronized in java?

550


what is mutual exclusion? : Java thread

552


What are the types of java?

600


What is the meaning of immutable regarding string?

518


Can I overload to string method

965


What is the byte order of byte buffer?

560


What is the use of 'super' keyword inside a constructor?

560


Is intellij better than eclipse?

539


what is the purpose of using rmisecuritymanager in rmi?

560