List of Java APIs: Difference between revisions

Content deleted Content added
@modi (talk | contribs)
@modi (talk | contribs)
Line 3:
=Official APIs (Released by [[Sun Microsystems]])=
==[[Java Platform, Standard Edition|Java Platform, Standard Edition (J2SE)]] ([http://java.sun.com/javase/downloads/index.html available here])==
===Bundled APIs (Core)part APIsof standard download)===
*[[Abstract Window Toolkit|Abstract Window Toolkit (AWT)]] (consists of the java.awt [[Java package|package]], first released with version 1.0)
*[[Java Authentication and Authorization Service|Java Authentication and Authorization Service (JAAS)]] (consists of the javax.security.auth [[Java package|package]], bundled since 1.4, previously released as an optional package to version 1.3)
*[[Swing (Java)|Swing]] (consists of the javax.swing [[Java package|package]], first released with version 1.2)
 
===Optional APIs (Non-Core)downloaded APIsseparately)===
*[[Java Authentication and Authorization Service|Java Authentication and Authorization Service (JAAS)]] (initially released as an optional package to version 1.3, now incorporated into J2SE since 1.4)