判斷題在Java語法中,寫任何方法或者聲明變量的時候不需要標點符號,而Kotlin可有可沒有標點符號

您可能感興趣的試卷

你可能感興趣的試題

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

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

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

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

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

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