Multiple choice

SQLite is written or developed using

  1. Android

  2. Java

  3. ANSI-C

  4. None of these

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

SQLite is a C-language library, written in ANSI-C for maximum portability across platforms. While Android uses SQLite extensively, SQLite itself was not written in Android or Java - it's a standalone C library that Android incorporates.