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ò)路徑。
A.通過startService()啟動服務(wù):會調(diào)用如下生命周期方法:onCreate()---->onStart()---->onDestory()
B.當(dāng)采用startService()方法啟動服務(wù),訪問者與服務(wù)之間是沒有綁定在一起的,訪問者退出,服務(wù)還在運行
C.如果是調(diào)用bindService()啟動服務(wù):會調(diào)用如下生命周期方法:onCreate()---->onBind---->onDestory()---->onUnBind()
D.采用bindService()方法啟動服務(wù)時,訪問者與服務(wù)是綁定在一起的,即訪問者退出,服務(wù)也就終止,解除綁定。
A.standard、singleTop
B.singleTop、singleTask
C.singleTask、singleInstance
D.standard、singleTop、singleTask、singleInstance
最新試題
在WorkManager中,哪個方法用于設(shè)置WorkRequest的輸入數(shù)據(jù)()
以下哪個不是創(chuàng)建DAO的步驟()
在ItemEntryViewModel中,哪個函數(shù)用于將商品插入到Room數(shù)據(jù)庫中()
在WorkManager中,哪個方法用于取消工作()
以下哪個不是Room提供的方法()
Room是Android架構(gòu)組件中的一部分提供哪種類型的檢查()
以下哪個字符串資源ID用于播放音頻的按鈕文本()
WorkManager的主要優(yōu)勢是()
WorkManager支持哪種類型的執(zhí)行()
Room是Android Jetpack的哪個部分()