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 override private method?
What is meant by interface?
Can we assign the reference to this variable?
What is the difference between actual and formal parameters?
Explain the polymorphism principle?
What do you understand by access specifiers in Java?
What is the Difference between Final Class && Abstract Class?
Write a program to reverse a number in java?
Explain the inheritance?
Explain the difference between arraylist and linkedlist in java?
What is the purpose of the system class in java?
Is singleton class immutable?
Explain the scope of a variable.
What is a nonetype?
What is the use of keywords in java?