HOMELv039 char c = ‘A’ + 1; System.out.println(c); の出力は? 2026年1月24日 実行結果はB。 浮動小数点数の計算 0.1 + 0.2 == 0.3 の結果は? Javaにおいて、メモリリークが発生する原因としてあり得るものはどれか。