Why Java is not purely object oriented?
Answer Posted / kiran kumar maharana
Java is not purely object oriented language because following
1)primitive datatypes are not the object type
2)static concept is not the part of class & object
3)All user defined types are not objects
4) All operations are performed by sending messages to objects
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
How do you identify if jvm is 32-bit or 64-bit from java program?
What is a line break?
What are the drawbacks of reflection?
What do you mean by flow of struts?
How does finally block differ from finalize() method?
Describe how to implement singleton design pattern in struts.
How many types of equations are there?
What is string builder in java?
What is a lambda expression ? What's its use ?
In a program, initializing an array of 100 KB is throwing an out of memory exception while there is 100 MB of memory available. Why?
Is a copy constructor?
What are advantages and disadvantages of OOPs?
What is constructor and virtual function? Can we call a virtual function in a constructor?
What do you understand by garbage collection in Java? Can it be forced to run?
What does the “static” keyword mean? Can you override private or static method in java?