摘要: 1.判断创建了几个对象: 代码: public class qwe { public static void main(String[] args) { ABC ABC1=new ABC(); ABC ABC2=new ABC(); }}class ABC{ static int i; public 阅读全文
posted @ 2017-10-20 14:45 肥鹅PU火 阅读(138) 评论(0) 推荐(0)