ENCYCLOPEDIA 4U .com



Encyclopedia Home Page

Google
  Web Encyclopedia4u.com

 

Runtime

In computer science, runtime is the duration of a program's actual execution, from beginning to end. (Compare compile-time.)

The same computer programs usually run on different runtime environments.

Some programming functions can only be executed (or are more efficient or accurate) when performed at runtime: such as dynamic type checking, boundary of array checking; for this reason, some programming bugs are not discovered until the program is tested in a "live" environment, despite sophisticated compile-time checking. Languages with type checking occurring at runtime are called "dynamically typed".

Java Virtual Machine is an example of such a program: it interprets portable binary Java programs (bytecode) at runtime.


See also: compiler, compile-time, binding, interpreter, runtime engine





Content on this web site is provided for informational purposes only. We accept no responsibility for any loss, injury or inconvenience sustained by any person resulting from information published on this site. We encourage you to verify any critical information with the relevant authorities.



Copyright © 2005 Par Web Solutions All Rights reserved.
| Privacy

This article is licensed under the GNU Free Documentation License. It uses material from the Wikipedia article "Runtime".