Examples of using A runtime in English and their translations into Chinese
{-}
-
Political
-
Ecclesiastic
-
Programming
Which generates a runtime exception.
That is to redefine the fly function for penguins so that it generates a runtime error:.
Even C and C++ need a runtime library.
The number of spaces indented in the last line of the following code is inconsistent,causing a runtime error:.
The WBSF frameworks comprise a runtime and the associated tools.
People also translate
A runtime instance of the Java virtual machine hasa clear mission in life: to run one Java application.
Notice that only the last one causes a runtime error;
This document specifies a runtime and security model for Web Applications.
Rt_raise() Raises a signal to indicate a runtime anomaly.
Preparing files for a runtime solution(FileMaker Pro Advanced).
Note that Java SE comes in two versions,a Development Kit version(the JDK) and a Runtime Environment version(the JRE).
The second type of error is a runtime error, so called because the error does not appear until you run the program.
In other words it just calls a runtime function.
The third type of error is a runtime error, so called because the error does not appear until after the program has started running.
This means that the language requires not just a compiler,but also a runtime system to execute the compiled code.
The second sort of error is a runtime error, so called as a result of the error doesn't appear until you run the program.
Torque generates all the database resources required by your application and includes a runtime environment to run the generated classes.
It included a runtime layer called Blue Box for running legacy Mac OS-based applications within a separate window.
Like many languages, it requires a runtime environment to make it useful.
DynamoRIO is a runtime code manipulation system that supports code transformations on any part of a program, while it executes.
Triplett believes that languages that have a runtime are difficult to use as a system programming language.
You don't need a runtime license- with one click you can generate a Java application that allows users to run a model anywhere.
In addition to the compiler, the Objective-C language uses a runtime system to enable its dynamic and object-oriented features.
This cast inserts a runtime check that objis assigned a MountainBikeso that the compiler can safely assume that objis a MountainBike.
Of course, a programming language's implementationmakes sense only if it takes place in a runtime environment where instructions can be compiled and run.
Adobe Flash Lite software is a runtime engine that provides users a rich, engaging experience across mobile phones and consumer electronics devices.
Since the compile-time error is better than a runtime error, Java will give compile-time errors if you extend two classes.
Js, C, Python, and Ruby code, and provides a Runtime API which allows you to use any additional programming languages to author your functions.
Even though the variable protocolValue has a runtime type of SimpleClass, the compiler treats it as the given type of ExampleProtocol.