判斷題val聲明的變量可以更改

您可能感興趣的試卷

你可能感興趣的試題

2.多項(xiàng)選擇題Kotlin創(chuàng)建數(shù)組()

A.arrayOf()
B.stringOf()
C.arrayOfNulls()
D.emptyArray()

3.多項(xiàng)選擇題Kotlin中,集合主要有?()

A.Iterable
B.Set
C.MutableSet
D.Map:key

4.多項(xiàng)選擇題Kotlin創(chuàng)建集合的方式有哪幾種?()

A.Listlist=newArrayList();
B.valset=hashSetOf(1,7,53)
C.vallist=arrayListOf(1,7,53)
D.valmap=hashMapOf(1,7,53)

5.單項(xiàng)選擇題valstr="kotlin"with(str){println("last=${last()}")

A.n
B.t
C.l
D.i