4
Answer (Choose 1 answer)
How can you create a Room Database instance in your Android app?
A. By instantiating a Room object directly.
B. By using the Database.getInstance() method.
C. By using the Room.databaseBuilder() method.
D. By creating a new SQLiteOpenHelper class.