Multiple choice technology

Record Store stores data in ______ using the RMS API

  1. MIDP Record Management System

  2. Files and folders

  3. Relational databases

  4. Runtime stores

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

The correct answer is A because RMS (Record Management System) is the MIDP (Mobile Information Device Profile) API for persistent data storage in Java ME applications, and it stores data in record stores. Option B is wrong because RMS uses a proprietary record-based format, not traditional file systems. Option C is incorrect because RMS is not a relational database system. Option D is wrong because runtime stores are a different BlackBerry persistence mechanism.