nerdexam
Android

AND-401 · Question #105

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

The correct answer is A. It has two abstract methods: onCreate() and onUpgrade(). C. It manages database creation and updates. See the full explanation below for the reasoning.

Question

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

Options

  • AIt has two abstract methods: onCreate() and onUpgrade().
  • BIt is used to perform database querying.
  • CIt manages database creation and updates.
  • DIt manages database versions using ContentProvider.

How the community answered

(20 responses)
  • A
    85% (17)
  • B
    5% (1)
  • D
    10% (2)

Community Discussion

No community discussion yet for this question.

Full AND-401 Practice