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
Which textcomponent method is used to set a textcomponent to the read-only state?
Explain about local interfaces.
What is the highest-level event class of the event-delegation model?
Is “abc” a primitive value?
What is the difference between ear, jar and war file?
What is aop(assepct oriented programing)?
Why do threads block on i/o?
In inglish: How to convert jar to exe files? Em português: Como converter arquivos .jar para .exe?
What restrictions are placed on the location of a package statement within a source code file?
Which container method is used to cause a container to be laid out and redisplayed?
What must a class do to implement an interface?
What is a policy?
What are the different class loaders used by jvm?
How are the elements of a borderlayout organized?
Difference between new operator and class.forname().newinstance()?