请问这个程序有错吗?
public class hcx{
public static void main(String args[ ]){
Boolean b=new Boolean("TRUE");
if(b){
for(Integer i=0;i<10;i++){
System.out.println(i);
}
}
}
}
这个程序在我的机器上编译无法通过,而在别人的机上可以通过,请问各位这个程序有没错啊?
[此贴子已经被作者于2007-1-10 13:50:21编辑过]