Why Java is not purely object oriented?
Answer Posted / bharath
java is purely objectoriented but some concepts you declare
variables of primitive types that are n't objects.so thata way
java is not purely object oriented.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How concurrent hashmap works?
Why do we need data serialization?
What is the common usage of serialization?
What is command line argument
What is arrays aslist in java?
Differentiate between == and equals().
Can we rethrow the same exception from catch handler?
When should you use arraylist and when should you use linkedlist?
What does the @override annotation do?
What do you understand by abstract classes?
What is getclass () getname () in java?
What are the steps involved to write rmi based programs?
Difference between concurrent hashmap and hashtable and collections
What are the advantages and disadvantages of reference counting in garbage collection?
What are the 4 versions of java?