About 15,100,000 results
Open links in new tab
  1. terminology - What is "runtime"? - Stack Overflow

    Oct 10, 2010 · The runtime or execution environment is the part of a language implementation which executes code and is present at run-time; the compile-time part of the implementation is …

  2. What is the difference between "compile time" and "run time"?

    May 16, 2013 · In computer science, the qualifier run time, run-time, runtime, or execution time refers to the period while a computer program is actually executed ("run") in a computer, from …

  3. runtime - What is run time environment? - Stack Overflow

    Jun 10, 2023 · 14 The runtime environment can also be a virtual machine, such as the JRE (Java Runtime Environment) or CLR (Common Language Runtime) for .NET framework. What is the …

  4. Meaning of "Runtime Environment" and of "Software framework"?

    Mar 21, 2011 · No. A runtime environment basically is a virtual machine that runs on top of a machine - provides machine abstraction. It is generally lower level than a library. A framework …

  5. 运行时(runtime)是什么意思?应该怎样深入且直观地理解? - 知乎

    Nov 19, 2012 · It's not going to be a surprise. [1] 个人猜测 runtime 这个词衍生出的定义应该就源于 run time,泛指那些「供代码运行所需的最基础的软件」。 下面的两个定义其实也都没有超 …

  6. 运行时(runtime)是什么意思?应该怎样深入且直观地理解?

    综上所述,runtime 在技术讨论中有多个含义,我们经常用它作为 runtime library 和 runtime system 的简称,因此可能造成一些误解。 最后列几本个人推荐的相关书籍。 这本书用了很大 …

  7. VBA Runtime Error 1004 "Application-defined or Object-defined …

    VBA Runtime Error 1004 "Application-defined or Object-defined error" when Selecting Range Asked 11 years, 10 months ago Modified 3 years, 11 months ago Viewed 1.2m times

  8. What is the C runtime library? - Stack Overflow

    Dec 21, 2014 · Therefore a runtime library is always compiler-specific and platform-specific. The concept of a runtime library should not be confused with an ordinary program library like that …

  9. runtime - Compile time vs Run time Dependency - Java - Stack …

    Feb 3, 2016 · What is the difference between compile time and run time dependencies in Java? It is related to class path, but how do they differ?

  10. c++ - What specifically is a runtime library? - Stack Overflow

    Oct 12, 2017 · A runtime library is a collection of code (functions, etc) that a user program (e.g. one you write) needs in order to work properly. For example, the C++ standard library and …

Refresh