Multiple choice technology platforms and products

Structured data storage is possible through

  1. JDataStore

  2. DB2

  3. SQLite

  4. MobiSnap

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

Android uses SQLite as its built-in database engine for storing structured data. SQLite is a lightweight, serverless database that requires minimal configuration and is ideal for mobile applications. Developers can use SQLiteOpenHelper to manage database creation and versioning.