Why Java is not purely object oriented?
Answer Posted / shibani
No,Java is a purely Object oriented programing language
One language to be object oriented it should support
1.Inheritance
2.Encapsulation
3.Polymorphism
And java support all the features,So its PURE
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
Which java collection does not allow null?
What is tostring () method?
What Is Composition?
how to deploy apache tomcat server to weblogic server in java
What is the purpose of the finally clause of a try-catch-finally statement in java programming?
What do you mean by local variable and instance variable?
What is nan inf?
Is arraylist an object in java?
What is the latest java version?
Can a top level class be private or protected?
Can there be an abstract method without an abstract class?
What language is an assembler written in?
how to create multithreaded program? : Java thread
Write a java program to check if a number is prime or not?
What is a copy constructor in java?