![]() |
Sponsored Link •
|
Advertisement
|
Advertisement
|
This page contains an archived post to the Java Answers Forum made prior to February 25, 2002. If you wish to participate in discussions, please visit the new Artima Forums.
Message:
Simple, Java isnt't a 100% pure OO language. Smalltalk is 100% OO language. Anyway, Java uses most of the core OO principles that we all know and love, as well as adding a few "features" like primitive data types will increase the performance of the program, because these data types can be understand by the machine directly. If you want you can avoid primitive data types completely using the wrapper classes.
Mani
Replies: |
Sponsored Links
|