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 primitive array?
Write a method that will remove given character from the string?
Can you create an object of an abstract class?
What is the dot operator?
Explain method local inner classes ?
What are filterstreams?
Why is boolean important?
What is the association?
What is lambda programming?
Explain the protected field modifier?
What do you mean by constant time complexity?
What is lifetime variable?
What things should be kept in mind while creating your own exceptions in java?
Can we assign the reference to this variable?
What is assembly used for?