- 2
- 0
- 约 36页
- 2016-12-21 发布于河南
- 举报
教师:钱新杰 1、JAVA程序有哪两种类型?如何进行编译与运行? 2、简述JAVA的运行机制。 掌握标识符的定义规则 了解常用的关键字和分隔符 掌握各种基本数据类型的使用 掌握运算符和表达式的使用 原始数据类型关键字 byte short int long float double char boolean 循环关键字 do while for break continue 分支关键字 if else switch case default break 方法、变量和类修饰符关键字 private public protected final static abstract synchronized volatile strictfp 异常处理关键字 try catch finally throw throws 对象相关关键字 new extends implements class instanceof this super (1)单行 ://… (2)多行 :/* … */ (3)文档注释 : /**…*/ 数据类型划分 Java 共有八种基本数据类型: 四种整数类型(byte、short、int、long) 两种浮点数类型(float、double) 一种字符类型(char) 一种布尔类型(boolean) 常量有字面
原创力文档

文档评论(0)