Talk:Java Platform, Standard Edition: Difference between revisions

Content deleted Content added
PhantomReference: reply: you are correct, I've fixed the article
sun.* packages: do not use them
Line 8:
 
==sun.* packages==
I'd like to see some information on the sun.* packages. Does anyone have anything to contribute? <small>—The preceding [[Wikipedia:Signatures|unsigned]] comment was added by [[User:80.229.242.71|80.229.242.71]] ([[User talk:80.229.242.71|talk]] • [[Special:Contributions/80.229.242.71|contribs]]) 15:38, May 5, 2006 (UTC{{{3|}}})</small>
*If you actually read the documentation supplied with the JDK, you will see a section on the sun.* classes. In a nutshell, these classes are not part of the public API and may in fact differ between platforms. Sun does not guarantee that applications directly using these classes will work in future versions or even in the same version across multiple platforms. So, do NOT use them in your applications. [[User:RedWolf|RedWolf]] 23:22, 3 April 2007 (UTC)
 
== complete rewrite necessary ==