A.Context對象調(diào)用openOrCreateDatabase方法打開或者創(chuàng)建數(shù)據(jù)庫
B.SQLiteDatabase類的靜態(tài)方法openOrCreateDatabase方法打開或者創(chuàng)建數(shù)據(jù)庫
C.Context對象closeDatabase方法關(guān)閉數(shù)據(jù)庫。
D.SQLiteDatabase類的靜態(tài)方法deleteDatabase方法刪除數(shù)據(jù)庫
您可能感興趣的試卷
你可能感興趣的試題
A.FileInputStream
B.FileOutputStream
C.InputStreamReader
D.RandomAccessFile
A.request對象的getAttribute()方法
B.request對象的getParameter()方法
C.session對象的getAttribute()方法
D.session對象的getParameter()方法
A.Connection類
B.PreparedStatement類
C.ResultSet類
D.Statement類
A.Connection類
B.PreparedStatement類
C.CallableStatement類
D.Statement
A.MediaPlayer包含了Audio和video的播放功能。
B.獲得MediaPlayer實例的有new MediaPlayer()和MediaPlayer.create()的方式。
C.當(dāng)我們播放一首歌曲由于異常中斷,由于數(shù)據(jù)丟失,只能從開始的位置開始播放。
D.在指定MediaPlayer數(shù)據(jù)的來源時,必須指定播放的文件的路徑、資源id或網(wǎng)絡(luò)路徑。
最新試題
在HomeScreen中,homeUiState的作用是什么()
在WorkManager中,哪個方法用于設(shè)置WorkRequest的輸出數(shù)據(jù)()
在ItemDetailsViewModel中,uiState的作用是什么()
在WorkManager中,哪個方法用于獲取WorkRequest的狀態(tài)()
WorkManager的主要優(yōu)勢是()
在WorkManager中,哪個方法用于設(shè)置WorkRequest的輸入數(shù)據(jù)()
使用WorkManager可以處理哪種類型的任務(wù)()
在Room中,哪個注解用來定義更復(fù)雜的數(shù)據(jù)庫操作()
在WorkManager中,哪個類表示請求執(zhí)行工作()
ViewModel的數(shù)據(jù)會在Android系統(tǒng)銷毀并重新創(chuàng)建activity時丟失。