Advanced Java Question:

Download Job Interview Questions and Answers PDF

Java is fully object oriented languages or not? Why?

Advanced Java Interview Question
Advanced Java Interview Question

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 Interview Questions And Answers PDF

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?