Java知识分享网 - 轻松学习从此开始!    

Java知识分享网

Java1234官方群25:java1234官方群17
Java1234官方群25:838462530
        
SpringBoot+SpringSecurity+Vue+ElementPlus权限系统实战课程 震撼发布        

最新Java全栈就业实战课程(免费)

springcloud分布式电商秒杀实战课程

IDEA永久激活

66套java实战课程无套路领取

锋哥开始收Java学员啦!

Python学习路线图

锋哥开始收Java学员啦!
当前位置: 主页 > Java文档 > Java基础相关 >

Inside the Java virtual machine-Venners PDF 下载


分享到:
时间:2024-01-11 10:18来源:http://www.java1234.com 作者:转载  侵权举报
Inside the Java virtual machine-Venners
失效链接处理
Inside the Java virtual machine-Venners  PDF 下载
 
 
 
 
相关截图:
 


主要内容:



The Architecture
Java’s architecture arises out of four distinct but interrelated technolo-
gies, each of which is defined by a separate specification from Sun Mi-
crosystems:
the Java programming language
~ the Java class file format
the Java Application Programming Interface
the Java Virtual Machine
When you write and run a Java program, you are tapping the power of
these four technologies. You express the program in source files written
in the Java programming language, compile the source to Java class files,
and run the class files on a Java Virtual Machine. When you write your
program, you access system resources (such as I/O, for example) by call-
ing methods in the classes that implement the Java Application Pro-
gramming Interface, or Java API. As your program runs, it fulfills your
program’s Java API calls by invoking methods in class files that imple-
ment the Java API. You can see the relationship among these four parts
in Figure 1-1.
Together, the
Java Virtual Machine and Java API form a “platform” for
which all Java programs are compiled. In addition to being called the Java
runtime system, the combination of the Java Virtual Machine and Java
API is called the Java Platform.
Java programs can run on many differ-
ent kinds of computers because the Java Platform can itself be imple-
mented in software. As you can see in Figure 1-2, a
Java program can run
anywhere the Java Platform is present.

 

 
 
 
 
------分隔线----------------------------

锋哥公众号


锋哥微信


关注公众号
【Java资料站】
回复 666
获取 
66套java
从菜鸡到大神
项目实战课程

锋哥推荐