A compendium of J2ME package names, neatly arranged by JSR and presented for your illumination.
Tutorial Details:
Question
What package names are defined in the J2ME environment?
Answer
The J2ME environment introduces a number of Java packages. These are almost exclusively placed into the package javax.microedition. The few exceptions are technologies that could be used in one or more other editions of the Java platform as well. For example, because you might use Bluetooth technology in either J2ME or J2SE, the Java APIs for Bluetooth specification (JSR 82) uses the package names javax.bluetooth and javax.obex.
The table shows the package names specified by the J2ME JSRs, as defined by the Java Community Process (JCP). It includes only JSRs that are in the final, public review, proposed final, and public review states, as defined by JCP. Packages that have been adopted from other Java technologies are not shown. For instance, CLDC 1.0 (JSR 30) includes items from the java.lang, java.io and java.util packages.
Read
Tutorial at: Click here to view the tutorial
Rate Tutorial: What package names are defined in the J2ME environment?
View Tutorial: What package names are defined in the J2ME environment?
Related
Tutorials:
|