Valid AND-401 Dumps shared by ExamDiscuss.com for Helping Passing AND-401 Exam! ExamDiscuss.com now offer the newest AND-401 exam dumps, the ExamDiscuss.com AND-401 exam questions have been updated and answers have been corrected get the newest ExamDiscuss.com AND-401 dumps with Test Engine here:
Which of the following is NOT true about SQLiteOpenHelper class? (Choose two)
Correct Answer: B,C
Explanation/Reference: Incorrect: A: onCreate() and onUpgrade() are the only two abstract methods of this class. D: SQLiteOpenHelper handles database creation and version management. This class makes it easy for ContentProvider implementations to defer opening and upgrading the database until first use, to avoid blocking application startup with long-running database upgrades. References: http://developer.android.com/reference/android/database/sqlite/SQLiteOpenHelper.html