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
Is 64bit faster than 32 bit?
What is the static method?
Is java still relevant?
Explain the difference between abstraction and encapsulation.
What is the purpose of using java.lang.class class?
What is the use of toarray () in java?
What is t in generics in java?
do I need to use synchronized on setvalue(int)? : Java thread
If an object is garbage collected, can it become reachable again?
What are thread safe functions?
What are exceptions
Which is faster set or list in java?
Is array dynamic in java?
What class of exceptions are generated by the java run-time system?
what is an objects lock and which objects have locks? : Java thread