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
How to connect to a remote database using Applet?
What are different types of references?
what are synchronized methods and synchronized statements? : Java thread
What does localhost mean?
Is hashset sorted in java?
Can we extend singleton class?
What are the advantages of exception handling?
How does hashset works in java?
how are methods defined?
What is memory leak and how does java handle it?
How do you use find and replace?
What is local variable and instance variable?
What is the use of java?
What is stringreader?
What is method reference in java?