Why Java is not purely object oriented?
Answer Posted / rohit pachouli
java is not pure object oriented language because there are
some resons.........
1.it uses primitive data types whic are not object.
2. Java uses static keyword. when we use static keyword
that there is no need of object
3. Not use of mutltiple inheritnce.
4.main reson is in object oriented everything is done in
class but java in case of interfaces and other programs
programming is done out of class.
so java is not pure object oriented
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
EDS (Electronic Data Systems India Pvt Ltd) at Chennai on 16-12-2006.
What is the purpose of the finally clause of a try-catch-finally statement in java programming?
What do you mean by platform independence? What is an interface?
What does file separator do in java?
What is the meaning of variable in research?
What state does a thread enter when it terminates its processing in java programming?
What is meant by string is immutable?
Can you start a thread twice in Java?
How to sort numbers in java without array?
What is an accessor?
What is a parameter in a function?
What are the two parts of a conditional statement?
What is the difference between an array and an array list?
What is the type of lambda expression?
What are the methods used to implement for the key object in the hash map?