單項選擇題Kotlin中類成員默認(rèn)是什么訪問權(quán)限()
A.public
B.private
C.protected
D.internal
您可能感興趣的試卷
你可能感興趣的試題
1.單項選擇題Kotlin中使用哪個關(guān)鍵字來創(chuàng)建一個類()
A.class
B.type
C.struct
D.model
2.單項選擇題Kotlin中哪個循環(huán)可以用來遍歷區(qū)間()
A.for-in
B.while
C.do-while
D.foreach
3.單項選擇題Kotlin中表示一個區(qū)間的語法是什么()
A.[start..end]
B.start..end
C.(start,end)
D.start to end
4.單項選擇題Kotlin中使用哪個關(guān)鍵字來實現(xiàn)條件判斷()
A.if
B.switch
C.case
D.when
5.單項選擇題Kotlin中,哪個類表示單精度浮點型()
A.int
B.Integer
C.Float
D.double
最新試題
在Room中,哪個注解用來定義更復(fù)雜的數(shù)據(jù)庫操作()
題型:單項選擇題
以下哪個是實現(xiàn)倉儲模式的類()
題型:單項選擇題
以下哪個是AppViewModelProvider的作用()
題型:單項選擇題
WorkManager的主要優(yōu)勢是()
題型:單項選擇題
在WorkManager中,LiveData可以轉(zhuǎn)換為什么類型的數(shù)據(jù)流()
題型:單項選擇題
在HomeViewModel中,TIMEOUT_MILLIS的作用是什么()
題型:單項選擇題
Room是Android Jetpack的哪個部分()
題型:單項選擇題
在HomeScreen中,homeUiState的作用是什么()
題型:單項選擇題
在WorkManager中,哪個方法用于獲取工作信息()
題型:單項選擇題
以下哪個字符串資源ID用于播放視頻的按鈕文本()
題型:單項選擇題