Advanced Java Question: Download Advanced Java PDF

Java is fully object oriented languages or not? Why?

Tweet Share WhatsApp

Answer:

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.

Download Advanced Java PDF Read All 24 Advanced Java Questions
Previous QuestionNext Question
What we can not do in jdbc but can do hibernate?If i learn Java, what kind of applications can i create that will help Banking, Retail, Hotel, Logistics industry?