2009年1月20日 ... class A{ public static void main(String args[]){ A a=new A(); } } 那么A a;是实例化, a=new A();是初始化。对吗? 小弟实在搞不清这两个有什么区别 ...
bbs.csdn.net