23년 2회 필기 PBT 시험을 66점으로 합격했습니다. 7월29일 실기 시험을 준비하며, 어려웠던 문제와 틀린 문제를 정리해보겠습니다. 다른 문제들은 https://it-freelancer.tistory.com/1210 에서 확인 가능합니다. 문제 59. 다음은 시큐어코딩을 통해 보안약점을 제거하였다. 코드에 대한 설명 으로 옳은 것은? public static void main(String args[]) throws IOException { List allowedCommands = new ArrayList(); “ allowedCommands.add("calc"); allowedCommands.add("notepad"); String cmd args[0]; if (allowedCommands.cont..