Programming/Basics (1) 썸네일형 리스트형 컴파일 타임 vs. 런타임 개발자는 프로그램이 어떻게 작동할지에 대한 소스코드를 입력한다. 이 소스코드는 컴파일(Compile)과정을 통해 사용자가 실행가능한 프로그램이 되는데 이 컴파일 되는 과정을 컴파일 타임(compile time)이라고 부른다. 컴파일된 프로그램은 사용자로부터 실행되어지는데 이 응용프로그램이 실행되는 과정을 런타임(runtime)이라고 한다. Compile-time is the time at which the source code is converted into an executable code while the run time is the time at which the executable code is started running. 참고 자료 컴파일 타임(Compiletime) 과 런타임 (Runtime.. 이전 1 다음