Arrays.asList の罠 - Qiita

問題文字列のリストは、Arrays.asList を使うと次のように初期化できる。String[] array = {"abc", "def"};List<String> list = Arr…