Java Micro: Begriffserklärungen
MIDP
MIDP (Mobile Information Device Profile) ist ein Profil von J2ME, mit dem man die speziellen Funktionen (Tastatur,Speicher,Bildschirm) von Handys oder PDAs ansprechen kann.
MIDlet
Ein MIDlet ist ein Softwareprogramm für ein Handy oder vergleichbares mobiles Gerät (Smartphone), welches in der Programmiersprache Java geschrieben ist und dem Mobile Information Device Profile (MIDP) entspricht.
J2ME
Die Java 2 Platform Micro Edition (J2ME) ist eine von Sun erstellte Plattform, mit der sich Java-Applikationen (auch MIDlets genannt) für "small devices", wie z.B. Handys oder PDAs programmieren lassen.