`
tanlingcau
  • 浏览: 138107 次
  • 性别: Icon_minigender_1
  • 来自: 北京
社区版块
存档分类
最新评论

Java Application Loading and Execution

阅读更多
Hello.java  ---> javac ---> Hello.class

1.(Class Loader)类装载器将字节码从磁盘或网络中装入内存中.

2.(Byte code verifier)字节码校验器保证所有的字节码都是合法的,且没有违背Java的安全限制.

3.解释器读入字节码并将它们翻译成计算机能理解的语言,可能在程序执行过程中存储数据值.
分享到:
评论

相关推荐

    深入java虚拟机(inside the java virtual machine)

    The Security Manager and the Java API The Security API Security Beyond the Architecture The Resources Page 4 Network-mobility Why Network Mobility? A New Software Paradigm Java's Architectural ...

    hibernate_reference.pdf

    - **Loading and Storing Objects**: Finally, you'll learn how to load objects from the database into Java instances and persist new or updated Java objects back to the database. #### Mapping ...

    Packt.Mastering.Csharp.and.NET.Programming

    - **Program Execution**: Involves loading assemblies into memory, JIT compiling them, and executing the managed code. - **Metadata**: Describes the structure and behavior of types defined in an ...

    Efficient MIDP Programming

    - **Loading Screens**: Use loading screens with animations to distract users while the application loads. - **Lazy Loading**: Load data or resources only when they are needed, rather than upfront. By...

    JProfiler Helper

    It provides developers with a detailed analysis of their Java programs' performance, enabling them to identify bottlenecks, optimize memory usage, and enhance overall application efficiency....

    带注释的Bootstrap.java

    * class path and therefore not visible to application level classes. * * @author Craig R. McClanahan * @author Remy Maucherat */ public final class Bootstrap { private static final Log log = ...

    hadoop_the_definitive_guide_3nd_edition

    Loading and Storing Data 397 Filtering Data 397 Grouping and Joining Data 400 Sorting Data 405 Combining and Splitting Data 406 Pig in Practice 407 Parallelism 407 Parameter Substitution 408 12. Hive ...

    JVM演讲PPT分享

    本地接口提供了一个平台无关的接口,使得Java代码可以调用本地应用接口(Native Application Interface)和本地库。 垃圾回收(GC) 垃圾回收是JVM的自动内存管理机制,它负责回收JVM堆中不再使用的对象所占用的...

    python3.6.5参考手册 chm

    PEP 471 - os.scandir() function – a better and faster directory iterator PEP 475: Retry system calls failing with EINTR PEP 479: Change StopIteration handling inside generators PEP 485: A function...

    JavaFX高级教程:部署JavaFX2.0应用

    Application Execution Modes ----------------------------- JavaFX 应用程序有三种执行模式:Stand-alone、Applet 和 Web Start。Stand-alone 模式下,应用程序作为一个独立的应用程序运行。在 Applet 模式下,...

Global site tag (gtag.js) - Google Analytics