新10 1-
869:仕様書無しさん / :
public class NullPo{
public static void main(String argv[]){
try{
Object obj = null;
obj.toString();
}catch(NullPointerException e){
throw new NullPointerException("ぬるぽ");
}
}
}

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