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
What is the difference between preparedstatement and statement in java?
What is double checked locking in singleton?
What is a text string?
Can a java program have 2 main methods?
What is the purpose of void?
Can we extend immutable class?
What is difference between equals and hashcode method?
How many bytes is a string java?
Explain the difference between abstract class and interface in java?
How do you control extraneous variables?
Tell me are there implementations for sorting and searching in the java libarary?
What is data structure in java?
What is the history of java?
What is passed by reference and pass by value ?
what is meant by HQL?