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
Which is faster string or stringbuilder?
What are thread safe functions?
What are the methods available in a class?
What types of index data structures can you have in java?
Which is better arraylist or vector?
Why enumeration is faster than iterator?
explain the difference between jdk and jvm?
What is scanner in java?
What is the difference between inner class and nested class?
Which class is used by server applications to obtain a port and listen for client requests?
What is meant by string is immutable?
How many bits is a double?
Why should we use singleton pattern instead of static class?
What is the type of lambda expression?
In java how do we copy objects?