How can I save persistent data within a J2ME MIDlet program?
Location: http://www.jguru.com/faq/view.jsp?EID=328624 Created: Feb 14, 2001 Modified: 2001-02-14 01:30:22.957 Author: Bill Day (http://www.jguru.com/guru/viewbio.jsp?EID=135825) Question originally posed by Sergio Oliveira Jr. (http://www.jguru.com/guru/viewbio.jsp?EID=252472 The J2ME Mobile Information Device Profile (MIDP) specifies a simple, record-oriented database model to save persistent data from your applications (called “MIDlets”) in a J2ME MIDP device. In brief, this model maps your MIDlet method calls (which look like operations on a simple database) into calls to read, write, or otherwise manipulate data in whatever underlying storage method is available on the real device (flash, file system, database, or otherwise).