java bytecode造句
例句与造句
- "' MIDletPascal "'is a Java bytecode that runs on any Java ME device.
- Pack200 is optimized for compressing JAR archive files, specifically the Java bytecode portion of the JAR file.
- There is no intermediate code a-la Java bytecode or CIL or Dalvik ( software ) code.
- The project also evaluated the Java bytecode as part of the overarching feasibility study for the TransApps project.
- The compiled pages, as well as any dependent Java libraries, contain Java bytecode rather than machine code.
- It's difficult to find java bytecode in a sentence. 用java bytecode造句挺难的
- The Java implementation initially consisted of just an interpreter, but a compiler to Java bytecode was later added.
- The Java bytecode is generated by language compilers targeting the Java Platform, most notably the Java programming language.
- The heart of the Java platform is the concept of a " virtual machine " that executes Java bytecode programs.
- The gcj Java compiler can target either a native machine language architecture or the Java virtual machine's Java bytecode.
- Source programs are compiled to Java bytecode, and can therefore interact with Java and other programming languages targeting the Java Virtual Machine.
- :: Java bytecode is just machine code for a processor which was only implemented in software at the time of its design.
- "' JC virtual machine "'is a Java Virtual Machine that converts Java class files from Java bytecode to GCC.
- Scala source code is intended to be compiled to Java bytecode, so that the resulting executable code runs on a Java virtual machine.
- "' Lucee "'is open source software that implements a lightweight rapid development of web applications that compile directly to Java bytecode.
- When Java bytecode is executed by an interpreter, the execution will always be slower than the execution of the same program compiled into native machine language.