Multiple choice technology

In which package, Classes required for SQLite databases are present?

  1. net.rim.device.api.database

  2. net.rim.device.api.sqlite

  3. net.rim.device.api.storage

  4. net.rim.device.api.SQLite

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

The correct answer is A because in BlackBerry Java development, SQLite database classes are located in the net.rim.device.api.database package. Option B is incorrect because 'sqlite' in lowercase is not part of the official package name. Options C and D are wrong because storage is a different API and SQLite in uppercase is not the correct package naming convention.