What exactly is Java Micro Edition?
 
  What      Exactly     is Java Micro Edition?  The term "Java Micro Edition" has historically been a trademark used to describe and sell a number of Java technologies under one moniker. It labels a      software product line     that organizes classes of resource-limited devices. The variant factors it identifies are the:      cost of security run-time checks, a.k.a. the        sandbox,         footprint in memory of the built-in set of classes. a.k.a. the        boot classpath       ,      way activities are dispatched a.k.a. the        framework or lifecycle           and         facilities that are additionally available on the device a.k.a.        optional packages.       For example, for a blue-ray disk player the applications will:      have a limited and fairly fixed need for security checks,      want to run in a medium memory space, and hence have very limited basic API without frills,      want to respond to tray opening and closing events and input from a remote c...
