单项选择题
执行如下程序代码后,c的值是()
A.0B.1C.-1D.死循环
A.class中的constructor不可省略B.constructor必须与class同名,但方法不能与class同名C.constructor在一个对象被new时执行D.一个class只能定义一个constructor
A.java程序经编译后会产生machine codeB.java程序经编译后会产生byte codeC.java程序经编译后会产生DLLD.以上都不正确