메소드 인자로 List<String> str 넘겨받고내부에서List<String> temp = new List<String>();temp = str; 하면temp 수정했을 때 str도 변경되는거 맞음?
ㅇㅇ