Why Java is not purely object oriented?
Answer Posted / muthusenthil
yes, java is not purely object oriented because it uses
static keyword. this is the one and only reason.we can
perform a function declared as static without an object
this violates real world reflection and object orientation
| Is This Answer Correct ? | 71 Yes | 33 No |
Post New Answer View All Answers
What are the restrictions imposed by a Security Manager on Applets?.
Explain what are final variable in java?
Explain notify() method of object class ?
Give the hierarchy of inputstream and outputstream classes.
What is the purpose of garbage collection in java? When is it used?
How a string is stored in memory?
How big is a 64 bit float?
What is the benefit of using enum to declare a constant?
Do you know why doesn't the java library use a randomized version of quicksort?
What is this keyword in java?
Can we create a class inside a class in java?
What is a class object?
What is the significance of continue jump statement? Explain with an example.
What do you understand by overloading and overriding in java?
Explain the difference between abstract classes and interfaces in java?