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

Java知识分享网

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

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

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

IDEA永久激活

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

锋哥开始收Java学员啦!

Python学习路线图

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

java precisely PDF 下载


分享到:
时间:2020-10-21 13:29来源:http://www.java1234.com 作者:转载  侵权举报
java precisely PDF 下载
失效链接处理
java precisely PDF 下载


本站整理下载:
提取码:3vya 
 
 
相关截图:
 
主要内容:


Chapter 1: Running Java: Compilation, Loading, and 
Execution 
Before a Java program can be executed, it must be compiled and loaded. The compiler checks that the 
Java program is legal: that the program conforms to the Java syntax (grammar), that operators (such as 
+) are applied operands (such as 5 and x) of the correct type, and so on. If so, the compiler generates 
so-called class files. Execution then starts by loading the needed class files. 
Thus running a Java program involves three stages: compilation (checks that the program is well￾formed), loading (loads and initializes classes), and execution (runs the program code). 
7
Chapter 2: Names and Reserved Names 
A legal name (of a variable, method, field, parameter, class, interface or package) starts with a letter or 
dollar sign ($) or underscore (_), and continues with zero or more letters or dollar signs or underscores 
or digits (0–9). Avoid dollar signs in class names. Uppercase letters and lowercase letters are 
considered distinct. A legal name cannot be one of the following reserved names: 
abstract char else goto long public 
assert class extends if native return 
boolean const false implements new short 
break continue final import null static 
byte default finally instanceof package strictfp 
case do float int private super 
catch double for interface protected switch


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

锋哥公众号


锋哥微信


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

锋哥推荐