前 次 新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)