Examples of using The java virtual in English and their translations into Bulgarian
{-}
-
Colloquial
-
Official
-
Medicine
-
Ecclesiastic
-
Ecclesiastic
-
Computer
The Java Virtual Machine.
An example of an HLE is the Java Virtual Machine(JVM).
The Java virtual machine is an abstract(virtual) computer defined by a specification.
This is made possible by the Java Virtual Machine(JVM).
The Java Virtual Machine is only one aspect of software that is involved in web interaction.
The Java Virtual Machine is only one element of Java software that is involved in web communication.
Clojure is a dynamic programming language that targets the Java Virtual Machine.
The Java Virtual Equipment is only one aspect of Java software that is associated with web interaction.
Clojure is a dynamic programming language,a dialect of Lisp that targets the Java Virtual Machine.
The Java Virtual Equipment is only one facet of Java software that is associated with web communication.
Google today announced thatit is making Kotlin, a statically typed programming language for the Java Virtual Machine, a first-class language for writing[…].
The Java Virtual Machine is built right into your software download, and helps run Java apps.
Overview of a Java virtual machine(JVM)architecture based on The Java Virtual Machine Specification Java SE 7 Edition.
The Java Virtual Machine is built right into your Java software download and helps run Java applications.
While Swing components do implement the Serializable interface, they are not guaranteed to be portable between different versions of the Java Virtual Machine.
The Java Virtual Equipment is built right into your Java software download, as well as helps run Java applications.
We intend that this specification should sufficiently document the Java Virtual Machine to make possible compatible clean-room implementations.
The Java Virtual Equipment is built right into your Java software application download, and also helps run Java applications.
Any Java application can be run only inside some concrete implementation of the abstract specification of the Java virtual machine.[1].
Kotlin- statically typed programming language that runs on the Java virtual machine and can be also compiled to JavaScript source code or use the LLVM compiler infrastructure.
These critics often mentioned various Twitter outages in 2007 and 2008,which spurred Twitter's partial transition to Scala(which runs on the Java Virtual Machine) for their queueing system and other middleware.
It is a statically-typed programming language that runs on the Java virtual machine and can also be compiled to the JavaScript source code or can use the LLVM compiler infrastructure.
Some languages like those running in a virtual machine(e.g.. NET CLI compliant languages in the Common Language Runtime(CLR), andJVM compliant languages in the Java Virtual Machine) can share an API.
This programming language is a statically-typed which is runs on the Java Virtual Machine and also can be compiled to JavaScript source code or uses the LLVM compiler infrastructure.
It did not include Visual J++,which Microsoft removed as part of a settlement with Sun Microsystems that required Microsoft Internet Explorer to not provide support for the Java Virtual Machine Environment.
Unlike Android, however, Ubuntu does not require the Java Virtual Machine(JVM) to operate, which, according to Canonical, should provide a performance boost to handsets running Ubuntu, compared to those running Android.
JikesTM is a compiler that translates JavaTM source files as defined in The Java Language Specification into the bytecoded instruction set andbinary format defined in The Java Virtual Machine Specification.
In all versions of Java, the idiom enables a safe, highly concurrent lazy initialization with good performance. public class Something{ private Something(){} private static class LazyHolder{ static final Something INSTANCE= new Something();} public static Something getInstance(){ return LazyHolder. INSTANCE;}}The implementation of the idiom relies on the initialization phase of execution within the Java Virtual Machine(JVM) as specified by the Java Language Specification(JLS).