新10 1-
70:デフォルトの名無しさん / :
class Test{
public static void main(String[] agrs){
try{
String[] str = null;
str[0] = new String("hello,world");
System.out.println(str[0]);
}catch(Exception e){
System.out.println(e);
System.exit(1);
}
}
}

ir ver 1.0 beta2.2 (03/10/22)