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
What is scope & storage allocation of static, local and register variables? Explain with an example.
What is difference between add() and addelement() in vector?
What is the difference between form & report?
What is the java reflection api? Why it’s so important to have?
Write a code to show a static variable?
What is diamond operator in java?
What is a qms manual?
Why Set interface contains unique elements, what internally implemented for this so that it contains unique elements?
Explain creating threads by extending thread class ?
What do you mean by garbage collection used in java?
What are the main features of java?
What is a double?
Can you sort a string in java?
What are the states of thread in java?
what is encapsulation in java? Explain