考试
1970-01-01 08:00:00

考虑如下类:public class Test {int j

题目描述

考虑如下类:public class Test {int j,k;publ...}}以下哪些可正确创建Test对象?

答案解析

Test t = new Test(l); --- Test t = new Test(l, 2);

加载中...
AI正在思考中,请稍候...