Todd O'Bryan wrote:
| So, it seems that most of what Sun provides is just Java code for
| various added APIs with new releases of software.
|
| ...
|
| Or is there more going on here than I think?
Much more. Many of the library classes call native methods to do the heavy lifting; every one of those methods has to be implemented and debugged anew for each platform. (For example, the "concurrency" classes require the implementation of the machinery which allows lock-free access to variables shared across threads.)
Glen Fisher
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Java-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/java-dev/email@hidden
This email sent to email@hidden