单选题Given: What is the result?()ACompilation fails.BAn exception is thrown at runtime.CdoStuff x = 6 main x = 6DdoStuff x = 6 main x = 7EdoStuff x = 7 main x = 6

题目
单选题
Given: What is the result?()
A

Compilation fails.

B

An exception is thrown at runtime.

C

doStuff x = 6 main x = 6

D

doStuff x = 6 main x = 7

E

doStuff x = 7 main x = 6


相似考题
参考答案和解析
正确答案: A
解析: 暂无解析