Contoh sourcecode Java yang menggunakan rms. Semoga bermanfaat.
/*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
import javax.microedition.midlet.*;
import javax.microedition.rms.RecordStore;
import javax.microedition.rms.RecordStoreException;
/**
* @author Alfian Ilarizky
*/
public class MidletRMS extends MIDlet {