in the process from writing a program to executing it, the time when the program is executed This is also called execution time See Also: compile time, programming time
The period of time during which a program is being executed, as opposed to compile time or load time Can also refer to the runtime environment, which designates the set of conventions that arbitrate how software is generated into executable code, how code is mapped into memory, and how functions call one another
The time at which a program is executed Run time information refers to information that is not known until the program is executed, i e , cannot be determined from the source code alone Contrast compile time
Instant at which a particular computer program executes In Application Integrator, the environment in which a client application tries to invoke a component in Jaguar CTS Synonymous with execution time Compare with design time