Solved

Which of the Following Is NOT True About SQLiteOpenHelper Class

Question 115

Multiple Choice

Which of the following is NOT true about SQLiteOpenHelper class? (Choose two)


A) It has two abstract methods: onCreate() and onUpgrade() .
B) It is used to perform database querying.
C) It manages database creation and updates.
D) It manages database versions using ContentProvider.

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions