Javaアソシエイツ(SJC-A)[1Z0-850]
問題5-6
次のコードの中で有効でないものはどれか。正しいものを選択してください。(3つ選択)
String s1 = 'A';
String s2 = 100;
String s3 = null;
String s4 = "null";
String s5 = new String("null");
String s6("null");