Briefing Android Knowledge

Which of the following is true about calling method getWritbleDatabase()?

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.