Multiple Choice
Which of the following is true about calling method getWritbleDatabase() ?
A) SQLiteOpenHelper.onCreate() is only called when database is created for the first time.
B) SQLiteOpenHelper.onCreate() is always called.
C) SQLiteOpenHelper.onCreate() is always called when user starts the application.
D) None are correct.
Correct Answer:

Verified
Correct Answer:
Verified
Q93: Which of the listed below is a
Q94: Which of the following is NOT true
Q95: What is the recommended use of BaseColumns._ID
Q96: Service is an Android component which runs
Q97: Which of the following is protected by
Q99: Which of the following is NOT true
Q100: Which of the following are the three
Q101: What is the reason for using Permissions
Q102: Which of the following is the only
Q103: Which of the following is NOT true