Why Java is not purely object oriented?
Answer Posted / ritu bansal
No, java is a pure object oriented language because it
supports all the features of an object oriented programming
no doubt some features are there that says that it is not
object oriented programming, but still
e.g. java primittive data types are not objects but still
wrapper classes are used using which we can declare an
object of those data types. hence java is a pure object
oriented language
| Is This Answer Correct ? | 0 Yes | 3 No |
Post New Answer View All Answers
What is difference between string and stringbuffer?
What classes of exceptions may be thrown by a throw statement?
What is the difference between form & report?
Java is Pass by Value or Pass by Reference?
What is singleton class example?
Is final static java?
Can we have more than one package statement in the source file?
Why is multiple inheritance not supported in java?
Where import statement is used in a java program?
What is a Presistent Object?
What is the difference between yielding and sleeping?
Where are the card layouts used?
What is final method in java?
What is the difference between yield() and sleep()?
What is use of static in java?