- 27
- 0
- 约17.27万字
- 约 15页
- 2016-12-03 发布于河南
- 举报
java选择题115
单项选择115题
1. Which is the Java keyword used to denote a class method?
(a) class (b) static (c) private (d) final
2. The term class variable is a synonym for
(a) a read-only variable (b) a private data field
(c) a static data field (d) an instance variable
3. Which of the following statements about class variables in Java is not true?
(a) Non-static methods in a class can access the class variable defined in the same class.
(b) All objects have their own copy of the class variable defined in the instantiated class.
(c) Class variables require the modifier s
原创力文档

文档评论(0)