判斷題在Java語(yǔ)法中,寫任何方法或者聲明變量的時(shí)候不需要標(biāo)點(diǎn)符號(hào),而Kotlin可有可沒(méi)有標(biāo)點(diǎn)符號(hào)

您可能感興趣的試卷

你可能感興趣的試題

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

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

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

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

3.多項(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)

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

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