Which of the following statements is correct about SQLite?

Which of the following statements is correct about SQLite?
A . It is an object database.
B . It is client-server format.
C . It is possible to create and access a database by using SQLOpenHelper.
D . It can be accessed by other applications through ContentProvider.

Answer: D

Explanation:

Content providers are one of the primary building blocks of Android applications, providing content to applications. They encapsulate data and provide it to applications through the single ContentResolver interface. A content provider is only required if you need to share data between multiple applications. For example, the contacts data is used by multiple applications and must be stored in a content provider. If you don’t need to share data amongst multiple applications you can use a database directly via SQLiteDatabase.

References: http://stackoverflow.com/questions/13542892/android-access-sqlite-database-via-content-provider-or­implement-dao

Latest AND-401 Dumps Valid Version with 228 Q&As

Latest And Valid Q&A | Instant Download | Once Fail, Full Refund

Subscribe
Notify of
guest
0 Comments
Inline Feedbacks
View all comments