What method is used for opening a SQLiteOpenHelper database?
a. getWritableDatabase()
b. getDatabase()
c. openDatabase()
d. initWritableDatabase()
getWritableDatabase() - The getWritableDatabase() method is used for opening a SQLiteOpenHelper database.
Computer Science & Information Technology
You might also like to view...
Sequential record organization is by far the easiest to implement because records are stored and retrieved serially, one after the other.
Answer the following statement true (T) or false (F)
Computer Science & Information Technology
The traditional approach of a single thread of execution per process, in which the concept of a thread is not recognized, is referred to as a __________ .
A) ?task ? B) ?resource C) ?single-threaded approach ? D) ?lightweight process
Computer Science & Information Technology