单项选择题
下面哪段代码能编译通过()。
A.shortmyshort=99S;
B.Stringname=’ExcellenttutorialMrGreen’;
C.charc=17c;
D.intz=015;
点击查看答案
相关考题
-
多项选择题
下面哪些是合法的Java标识符()。
A.#_pound
B._underscore
C.5Interstate
D.Interstate5
E._5_F.class -
多项选择题
下面哪些是Java的关键字()。
A.default
B.NULL
C.String
D.throws
E.long
F.true -
问答题
JavaDoc文档是不是为软件的终端用户提供的使用指南?
