Why Java is not purely object oriented?
Answer Posted / subhashree
Yes ,java is not purely object oriented ,Only for the
primitive data type and for multiple inheritance
| Is This Answer Correct ? | 132 Yes | 44 No |
Post New Answer View All Answers
How to set the permissions to a file in java?
What is fundamental datatype?
Which is bigger float or double?
Where import statement is used in a java program?
What is a super method?
How many types of gc are there in java?
Which sorting is best in java?
Difference between static and dynamic class loading.
What is nested interface?
What are "methods" and "fields"?
How do you convert int to char in java?
What are methods and how are they defined?
What are internal and external variables?
Can we define private and protected modifiers for the members in interfaces?
How is it possible for two string objects with identical values not to be equal under the == operator?