1問目
次のコードのエラーは何か? String s = null; System.out.println(s.length());
1.
ClassCastException
2.
ArrayIndexOutOfBoundsException
3.
NullPointerException
4.
IOException
回答する
次へ
×
あなたの回答:
正解:
解説: