Why Java is not purely object oriented?
Answer Posted / srikanth
sorry, the question is wrong
Java is purely Object Oriented Language.
Since, without classes and objects we can't write a
single program in java.
example of language which is not purely object oriented
language is C++.
since, in c++ we can write programs with out classes and
objects.
Is This Answer Correct ? | 60 Yes | 306 No |
Post New Answer View All Answers
what do you mean by classloader in java?
How do you implement polymorphism in our day to day life?
Which is easier .net or java?
Can you override private or static method in java?
explain what is transient variable in java?
What must a class do to implement an interface in java programming?
What is java command?
What language is pass by reference?
Does isempty check for null?
Is a copy constructor?
How do you declare an empty string?
Is java programming easy?
If an object reference is set to null, will the garbage collector immediately free the memory held by that object?
What does s mean in regex?
What is initial size of arraylist in java?