|
JSR-62 (Final) | ||||||||||
PREV NEXT | FRAMES NO FRAMES |
See:
Description
Personal Profile Packages | |
java.applet | Provides the classes necessary to create an applet and the classes an applet uses to communicate with its applet context. |
java.awt | Contains all of the classes for creating user interfaces and for painting graphics and images. |
java.awt.color | Provides classes for color spaces. |
java.awt.datatransfer | Provides interfaces and classes for transferring data between and within applications. |
java.awt.event | Provides interfaces and classes for dealing with different types of events fired by AWT components. |
java.awt.image | Provides classes for creating and modifying images. |
java.beans | Contains classes for run-time Java Beans support. |
java.math | Provides classes for performing arbitrary-precision integer arithmetic (BigInteger) and arbitrary-precision decimal arithmetic (BigDecimal). |
java.rmi | Provides the RMI package. |
java.rmi.registry | Provides APIs related to the RMI registry. |
javax.microedition.xlet | Provides interfaces used by applications and the application manager to communicate. |
javax.microedition.xlet.ixc | Provides facilities for inter-Xlet communication (IXC). |
Foundation Profile Packages | |
java.io | |
java.lang | |
java.lang.ref | |
java.lang.reflect | |
java.net | |
java.security | |
java.security.acl | |
java.security.cert | |
java.security.interfaces | |
java.security.spec | |
java.text | |
java.util | |
java.util.jar | |
java.util.zip | |
javax.microedition.io | The classes for the generic connections. |
This is the specification of the Java 2 Micro Edition (J2ME) Personal Profile, version 1.0.
java.*
packages, it is a subset of the Java 2 Platform, Standard Edition (J2SE), version 1.3.1. Applications written to these APIs in Personal Profile 1.0 are therefore upward-compatible to J2SE 1.3.1.
The APIs of the Foundation Profile 1.0 are included here for informative purposes only. (The Foundation Profile 1.0 specification overview is included here.) In the event of a discrepancy, the official Foundation Profile 1.0 specification shall take precedence.
Applet
, Xlet
and (implicitly) public static void main(String[])
. An implementation of this specification must observe certain application management requirements.
|
JSR-62 (Final) | ||||||||||
PREV NEXT | FRAMES NO FRAMES |