java bytecodeの例文

例文

    もっと例文:   1  2  3  4  5  6  7  8  9  10
  1. Using the source-level API, programmers can edit a class file without knowledge of the specifications of the Java bytecode; the whole API is designed with only the vocabulary of the Java language.
  2. For example, the Java compiler, which converts Java source code into Java bytecode ( an intermediate language for the JVM ), is provided as part of the Java Development Kit ( JDK ).
  3. Java bytecode can either be interpreted at run time by a virtual machine, or it can be compiled at load time or runtime into native code which runs directly on the computer's hardware.
  4. For example, Common lisp can be compiled to Java bytecode ( then interpreted by the Java virtual machine ), C code ( then compiled to native machine code ), or directly to native code.
  5. Java itself is platform-independent, and is adapted to the particular platform it is to run on by a Java virtual machine for it, which translates the Java bytecode into the platform's machine language.

隣接する単語

  1. "java blueprints"の例文
  2. "java bode"の例文
  3. "java bootcamp"の例文
  4. "java bridge"の例文
  5. "java byte code"の例文
  6. "java caps"の例文
  7. "java card"の例文
  8. "java card openplatform"の例文
  9. "java certification"の例文
  10. "java champion"の例文
  11. "java bridge"の例文
  12. "java byte code"の例文
  13. "java caps"の例文
  14. "java card"の例文
パソコン版で見る

著作権 © 2024 WordTech 株式会社