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
what is comparable and comparator interface?
What is type safety in java?
What is the relationship difference the canvas class and the graphics class?
What are recursive functions? Give some examples?
Differentiate between static and non-static methods in java.
What is an array in java?
What are the core java topics?
Why doesn't the java library use a randomized version of quicksort?
What is class and object in java?
Can we make constructors static?
What is variable declaration and definition?
Explain inner classes ?
How are the elements of a gridbaglayout organized in java programming?
How many bits is a word?
Which variables are stored in heap?