- 讲师:刘萍萍 / 谢楠
- 课时:160h
- 价格 4580 元
特色双名师解密新课程高频考点,送国家电网教材讲义,助力一次通关
配套通关班送国网在线题库一套
百度广告
Question: 6
A. fieldname
B. super
C. 3number
D. #number
E. $number
Valid identifiers in Java can start with a letter, underscore (_), or dollar sign ($), but not with digits or other signs. And identifiers can not be keywords.
Correct Answer: A,E 6 of 60
Question: 7
A. const
B. NULL
C. false
D. this
E. native
Explanation:
Correct Answer: A,C,D,E 7 of 60
Question: 8
WWW.CN-MPA.COM 2005-8-16 3:14:42
A. 22
B. 0x22
C. 022
D. 22H
Explanation:
Correct Answer: A,B,C 8 of 60
Question: 9
|||
Explanation:
The length of the short data is 16 bits. The range of short is
Which one of the following ranges of byte is correct?
Correct Answer: B 10 of 60
Question: 11
WWW.CN-MPA.COM 2004-5-27 22:14:08
int i = 1;
int j;
j = i++;
B. 1, 2
C. 2, 1
D. 2, 2
Explanation:
Correct Answer: C 11 of 60
Question: 12
A. >> is the arithmetic right shift operator.
B. >> is the logical right shift operator.
C. >>> is the arithmetic right shift operator.
D. >>> is the logical right shift operator.
Explanation:
> and >>>. >> is the arithmetic(signed) right shift operator and >>> is the logical(unsigned) right shift operator.
Correct Answer: A,D 12 of 60
Question: 13
A. float a = 2.0
B. double b = 2.0
C. int c = 2
D. long d = 2
Explanation:
Correct Answer: B,C,D 13 of 60
责编:罗莉
上一篇:Java认证模考试题(一)
下一篇:Java认证模考试题(三)
课程专业名称 |
讲师 |
课时 |
查看课程 |
---|
课程专业名称 |
讲师 |
课时 |
查看课程 |
---|
点击加载更多评论>>