多項選擇題Kotlin創(chuàng)建數(shù)組()
A.arrayOf()
B.stringOf()
C.arrayOfNulls()
D.emptyArray()
您可能感興趣的試卷
你可能感興趣的試題
1.多項選擇題Kotlin中,集合主要有?()
A.Iterable
B.Set
C.MutableSet
D.Map:key
2.多項選擇題Kotlin創(chuàng)建集合的方式有哪幾種?()
A.Listlist=newArrayList();
B.valset=hashSetOf(1,7,53)
C.vallist=arrayListOf(1,7,53)
D.valmap=hashMapOf(1,7,53)
3.單項選擇題valstr="kotlin"with(str){println("last=${last()}")
A.n
B.t
C.l
D.i
4.單項選擇題valstr="kotlin"with(str){println("first=${first()}")
A.K
B.T
C.L
D.I
5.單項選擇題valstr="kotlin"with(str){println("length=${this.length}")}length長度()
A.是5
B.是4
C.是3
D.是6
最新試題
以下哪個是實現(xiàn)倉儲模式的類()
題型:單項選擇題
以下哪個字符串資源ID用于播放音頻的按鈕文本()
題型:單項選擇題
StateFlow的生命周期由什么定義()
題型:單項選擇題
WorkManager的主要優(yōu)勢是()
題型:單項選擇題
以下哪個不是創(chuàng)建數(shù)據(jù)庫實例的步驟()
題型:單項選擇題
在ItemDetailsViewModel中,uiState的作用是什么()
題型:單項選擇題
以下哪個是AppViewModelProvider的作用()
題型:單項選擇題
Room是Android Jetpack的哪個部分()
題型:單項選擇題
在WorkManager中,哪種狀態(tài)表示工作已完成()
題型:單項選擇題
ViewModel的數(shù)據(jù)會在Android系統(tǒng)銷毀并重新創(chuàng)建activity時丟失。
題型:判斷題