메소드 인자로 List<String> str 넘겨받고


내부에서


List<String> temp = new List<String>();


temp = str; 하면


temp 수정했을 때 str도 변경되는거 맞음?