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 can an exception be thrown manually by a programmer?
How many bits is a word?
Explain the polymorphism principle?
What is ++ a in java?
Why java is used everywhere?
Explain about the main() method in java?
List two java ide’s?
how to create multithreaded program? Explain different ways of using thread? : Java thread
What is double checked locking in singleton?
Convert Binary tree to linked list.
What is the lifetime and scope of a variable?
What is meant by main method?
Explain public static void main(string args[]) in java.
What do you mean by composition in java?
What is the benefit of inner classes in java?