A. B. sizeof C. friend D. extends E. synchronized
A. run B. default C. implement D. import
A. then B. synchronized C. volatile D. transient E. this
A. array B. boolean C. Integer D. protect E. super
A. %abcd B. Sabcd C. 5abcd D. package E. a_long_nane
A. my-id B. my_id C. 101ids D. Id101
A. %id B. $id C. _id D. E. id
A. _xpoints B. r2d2 C. bBn$ D. set-flow E. thisisCrazy
A. \ \This is a comment. B. *This is a comment.* C. \**This is a comment.*\ D. \**This is a comment.**\
A. 如果package语句存在,则必须出现在源文件的非空白和非注释首行。 B. 如果import语句存在,则必须出现在源文件的非空白首行。 C. 如果main()方法存在,则必须出现在源文件的非空白首行 D. 如果在源文件中声明一个public接口,则其名称必须和源文件名(不含扩展名)一致。