Java 2 Platform, Micro Edition
Java 2 Platform, Micro Edition or J2ME is a collection of java Application Programming Interfaces targeting embedded consumer products such as PDAss, cell phones and other consumer appliances.
General APIs
java.io
A streamlined version of the java.io package found in the standard edition for doing Input/Output operations. java.lang
Contains classes thought applicable to most java programs. This package contains standard java types like Integers and Strings as well as basic exceptions, math functions, system functions, threading and security functions.java.util
A streamlined version of the java.util collection library. This package contains the collection classes like Vector and Hashtable. It also contains calendar and data classes.