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 is use of static method?
What is the purpose of skeleton and stub?
Can a method be overloaded based on different return type but same argument type?
Difference between overriding and overloading in java?
How do you ensure that n threads can access n resources without deadlock?
In a class implementing an interface, can we change the value of any variable defined in the interface?
What restrictions are placed on method overloading?
What is stream api in java8?
Is alive method in java?
What about member inner classes?
What is the full name of java?
How many arguments can a method have java?
What is scope & storage allocation of global and extern variables? Explain with an example
What does yield method of the thread class do?
What is function and its uses?