ContactUs :

Please send your Questions & Answers or Feedback to "mohan@javabook.org"

Why Java is not pure Object Oriented language?

Java is not said to be pure object oriented because it support primitive types such as int, byte, short, long etc. I believe it brings simplicity to the language while writing our code. Obviously java could have wrapper objects for the primitive types but just for the representation, they would not have provided any benefit.

As we know, for all the primitive types we have wrapper classes such as Integer, Long etc that provides some additional methods.
Related Posts Plugin for WordPress, Blogger...
Flag Counter