Tuesday, 17 March 2015

Q. Is java pure or fully object oriented programing language?

Ans: No, java is not fully object oriented programing language because it supports Primitive data types such as int, byte, long... etc,which are not objects.Smalltalk is a pure OOP language where there are no primitive data types, and boolean, int ... etc are all objects.

No comments:

Post a Comment