java is fully object oriented languages or not? why?
Answer Posted / dev
No,java is not fully object oriented language because it does not support "multiple inheritence" and "pointers" which are used in C++.But,by using Interfaces we can implement multiple inheritence.Also,due to presence of Primitive datatypes,which are used in (AutoBoxing)...we can say it is not fully object oriented language.
Is This Answer Correct ? | 5 Yes | 6 No |
Post New Answer View All Answers
what is the use of State Factories?
What class is the top of the awt event hierarchy?
Is it possible to stop the execution of a method before completion in a sessionbean?
What is the infobus?
how do you Handle Front End Application data against DB with example?
What is in-memory replication?
Is infobus easy to use?
Difference between DurableSubscription and non- DurableSubscription?
Write a singleton program?
What are local interfaces? Describe.
Why is actionform a base class rather than an interface?
What is difference between object state and behavior?
What is a clone?
To what value is a variable of the string type automatically initialized?
What are the different types of exception?