笔试题 java基础 英文.docxVIP

  • 1
  • 0
  • 约1.38万字
  • 约 15页
  • 2026-08-31 发布于河南
  • 举报

笔试题java基础英文

考试时间:______分钟总分:______分姓名:______

Section1:MultipleChoiceQuestions

1.WhichofthefollowingkeywordsisusedtodeclareaconstantinJava?

a)final

b)constant

c)static

d)finalstatic

2.Considerthefollowingcodesnippet:

```java

intx=10;

inty=x++;

intz=++x;

```

Whatarethevaluesofx,y,andzrespectivelyafterexecutingthissnippet?

a)12,10,12

b)11,10,12

c)12,10,11

d)11,11,12

3.WhichofthefollowingisNOTavalidaccessmodifierinJava?

a)public

b)private

c)pr

文档评论(0)

1亿VIP精品文档

相关文档