Information Module Profile: Difference between revisions

Content deleted Content added
Mlk (talk | contribs)
m IMP is part of the J2ME framework.
Vespristiano (talk | contribs)
m Corrected heading spacings
Line 4:
 
== Typical Requirements ==
 
* 128 kilobytes for the Java platform
* 8 kilobytes for persistent data
Line 9 ⟶ 10:
 
== Noteworthy Limitations ==
 
* No API for displays
 
== General APIs ==
 
The core APIs are defined by the underlining Configuration '''[[Connected Limited Device Configuration|CLDC]]'''.
 
=== javax.microedition.io ===
 
Contains the Java 2 Platform, Micro Edition specific classes used for I/O operations.
 
=== javax.microedition.rms ===
 
Provides a form of persistent storage for Java 2 Platform, Micro Edition.
 
=== javax.microedition.midlet ===
 
Contains the base classes for Java 2 Platform, Micro Edition applications.
 
== External links ==
 
*[http://java.sun.com/products/imp/ The IMP Specification]