Encyclopedia > Run-time environment

  Article Content

Runtime

Redirected from Run-time environment

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

Some programming functions can only be executed (or are more efficient or accurate) when performed at runtime; for this reason, some programming bugs are not discovered until the program is tested in a "live" environment, despite sophisticated compile-time debugging. 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[?]



All Wikipedia text is available under the terms of the GNU Free Documentation License

 
  Search Encyclopedia

Search over one million articles, find something about almost anything!
 
 
  
  Featured Article
1904

... Contents 1904 Centuries: 19th century - 20th century - 21st century Decades: 1850s 1860s 1870s 1880s 1890s - 1900s - 1910s 1920s 1930s 194 ...

 
 
 
This page was created in 33.3 ms