Advanced Java Question:
Java is fully object oriented languages or not? Why?
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.
Previous Question | Next 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? |