Why Java is not purely object oriented?
Answer Posted / gowrinath
java is purely object oriented language...as one of the
respondent was saying that java uses static key....though
it uses ststic key word its still object oriented...because
when ever we call static variable or static key word with
class reference the class object is loaded...in this way
java is pure object oriented language....
| Is This Answer Correct ? | 13 Yes | 75 No |
Post New Answer View All Answers
Can we extend a class with private constructor?
What do you mean by JVM?
What is static import in java?
What is the benefit of inner / nested classes ?
What are the different types of collections in java?
What do you understand by an io stream?
How many techniques can be employed to create a string object?
What is fail fast in java?
How do you check if a string is lexicographically in java?
Why arraylist is not synchronized in java example?
What is jit and its use?
How many bits is a string?
Can we sort arraylist in java?
What are synchronized methods ?
What does three dots mean in java?