Multiple choice technology platforms and products

The SQLite3 has been implemented as a ______________ that's included as part of the Android software stack

  1. Compact C Library

  2. C++ Library

  3. Java Library

  4. None of above

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

SQLite3 in Android is implemented as a compact C library that's included as part of the Android software stack. This is correct - SQLite is written in C and embedded into Android through JNI (Java Native Interface). It's not a Java library or C++ library.