java is puerly object oriented or not ?
Answers were Sorted based on User's Feedback
Answer / billuyadav208
No, Java Is Not Puerly Object Oriented Because it use
primitive data types and hence is not a pure object oriented
language.
| Is This Answer Correct ? | 10 Yes | 2 No |
Answer / narsimharaju
-->If we compared with previous programming languages then it is purely object oriented..
-->java it self it not a purely object oriented because the java using primitive data types..
| Is This Answer Correct ? | 8 Yes | 0 No |
Answer / jitendra kumar
no ,java is not pure object orinted language,because in
java,data type is not object orinted
| Is This Answer Correct ? | 9 Yes | 3 No |
Answer / sathiya
java is not purely object oriented, since it has primitive
data types.
| Is This Answer Correct ? | 4 Yes | 0 No |
Answer / vivek
Java is not purely object oriented, because it is doesn't supports multiple inheritance.
| Is This Answer Correct ? | 0 Yes | 1 No |
Is binary a low level language?
How many types of voids are there?
If I don't provide any arguments on the command line, then what will the value stored in the string array passed into the main() method, empty or null?
Why collection doesn’t extend cloneable and serializable interfaces?
How do you implement tree mirroring in java?
Define interface in java?
What is the final keyword?
why the constructor should be used in class,if there is no constructor what will happen?
What is map java?
Is object a data type in java?
What are the two major components of JDBC?
what is platform dependent translation and platform dependent programming language