Vidyalelo
Computer Science · Q130

Kotlin Programming MCQ for Competitive Exams, Interviews, and Certifications

Engineering and GATE · Computer Science · question 130

Q130

Which method of SQLiteOpenHelper class in Kotlin for SQLite is used to open a database?

A.
getReadableDatabase()
Answer
B.
openReadableDatabase()
C.
getDatabase()
D.
openDatabase()

Answer: Option A

Solution

Answer: Option A
No explanation is given for this question Let's Discuss on Board