多项选择题
public class TestDemo{
private int x = 2;
static int y = 3;
public void method(){
final int i=100;
int j = 10;
class Cinner{
public void mymethod(){ //Here } } } }
在Here处可以访问的变量是哪些?()
A.x
B.y
C.i
D.j
点击查看答案&解析
相关考题
