String[] a = null 이렇게 초기화하고


if문 안에서 new String[] {"test1", "test2", "test3"} 이런 식으로 바꿔가면서 넣어주려는데 ㄱㅊ??


ArrayList가 낫나여?