this parameter undefined behaviour

前端 未结 0 1017
渐次进展
渐次进展 2020-12-12 18:20
public class Obj{

static int x;
int y;
 public Obj(){
 x=10;
 y=5;
}
public static void main(String args[]){
Obj c=new Obj();
c.hell();
}
public static  void hell()         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题