"基本程式語言 03" 修訂間的差異
出自 陳富國維基館
行 6: | 行 6: | ||
QUESTION 3 Given the exhibit. | QUESTION 3 Given the exhibit. | ||
String test ="Thisais a t<nowiki></nowiki>est"; | String test ="Thisais a t<nowiki></nowiki>est"; | ||
− | String []tokens =test.split("\"); | + | String []tokens =test.split("\s"); |
System.out.printIn (tokens.lengyh); | System.out.printIn (tokens.lengyh); | ||
What is the result? | What is the result? |
於 2013年3月26日 (二) 07:59 的修訂
下 列 片 斷 程 式 執 行。 QUESTION 3 Given the exhibit. String test ="Thisais a test"; String []tokens =test.split("\s"); System.out.printIn (tokens.lengyh); What is the result? A. 0 B. 1 C. 4 D. Compilation fails E. An exception is thrown at runtime
解答
Ans: D
解說:
類似題型
題目
解說:
程式觀念考題 | |||||
---|---|---|---|---|---|
基本程式語言 | 決策程式語法 | 迴圈/重複敘述 | 副程式呼叫與遞迴 | 物件導向-類別與物件 | 其他 |
|
06 . 07 . 08 . 09 . 10 11 . 12 . 13 . 14 . 15 |
06 . 07 . 08 . 09 . 10 11 . 12 . 13 . 14 . 15 |
06 . 07 . 08 . 09 . 10 11 . 12 . 13 . 14 . 15 |
06 . 07 . 08 . 09 . 10 11 . 12 . 13 . 14 . 15 |
06 . 07 . 08 . 09 . 10 11 . 12 . 13 . 14 . 15 |