Following code will re...
发布于 2022-03-03 17:31:17
Following code will result in(单选)
class A {
int b = 1
public static void main(String[] args) {
System.out.println("b is " + b)
}
}
class A {
int b = 1
public static void main(String[] args) {
System.out.println("b is " + b)
}
}
登录后免费查看答案
关注者
0
被浏览
34