java is fully object oriented languages or not? why?
Answer Posted / masthan
No. Java is not 100 % Pure OOP because of following reasons:
1) It doesnot support Multiple inheritance.
2) It allows use of primitive data types which are not an objects.
3) It allows static methods to call without creating the instance.
4)All features of OOP lanuage is not fully supported by java. eg: Multiple Inheritance(it does by using interfaces only). Operator Overloading etc.
5)You can run a java program without making a single object.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is in-memory replication?
whats is mean by connectionpooling
What you mean by COM and DCOM?
What is the purpose of the notifyall() method?
What are the different class loaders used by jvm?
What is chat area? Explain.
What do you mean by Socket Programming?
What’s jboss jbpm?
What is a class loader? What are the different class loaders used by jvm?
What are local interfaces? Describe.
Is the session factory thread safe?
Explain how will the struts know which action class to call when you submit a form?
Explain the difference between object state and behavior?
What is the relation between the infobus and rmi?
What is the diffrence between a local-tx-datasource and a xa-datasource?