Structured data storage is possible through
-
JDataStore
-
DB2
-
SQLite
-
MobiSnap
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.