This document provides an overview of mobile applications and the Java ME platform. It discusses how mobile platforms fit together, including configurations like CLDC and profiles like MIDP. CLDC targets small memory devices and defines core Java APIs, while MIDP builds on CLDC to provide user interface and storage APIs for mobile devices. The document describes Java ME components and classes and how they enable development of mobile applications.