A.program B.process C.thread D.runnable
A.length() B.substring(int start) C.substring(int start,int end) D.append(Strings)
A.5 B.10 C.12 D.17 E.24
A.在類的源文件開始外寫上“package”關(guān)鍵字,后面跟包名; B.在類的源文件開始外寫上包名; C.在類的源文件開始外寫上包名,后面跟“package” 關(guān)鍵字; D.將包名作為源文件名;
A.協(xié)議用戶名 B.協(xié)議主機名 C.主機名 ip D.以上都不正確
A.[] B.() C.{} D.“.”
A.產(chǎn)生換行 B.插入一個空行 C.產(chǎn)生回車 D.以上都不對
A.delete B.new C.package D.super