HOMELv034 次のコードの出力は。 / System.out.println(“A” + “B” == “AB”); 2026年1月24日 実行結果はtrue BigDecimalクラスを使用する主な利点はどれか。 次のコードの出力は。 / String s1 = “AB”; String s2 = new String(“AB”); System.out.println(s1 == s2);