全文预览

第二讲java语法基础ppt课件

上传者:苏堤漫步 |  格式:ppt  |  页数:129 |  大小:1262KB

文档介绍
取值范围。?Java 中各简单数据类型间的优先次序和自动转换规则是什么?各数据类型间在什么情况下,进行自动转换,在什么情况下使用强制转换??Java中有哪些运算符?这些运算符的优先关系是怎样的??Java 中有哪些控制语句?你了解每一种控制语句的语法规则吗?Р关键字Рabstract double int strictfp ** ?boolean else interface super ?break extends long switch ?byte final native synchronized ?case finally new this ?catch float package throw ?char for private throws ?class goto * protected transient ?const * if public try ?continue implements return void ?default import short volatile ?do instanceof static while ?注: *当前未被使用* *使用于Java2Р标识符Р标识常量、变量、数据类型、类和方法Аpublic class HelloWorld1 {? public static void main(String[] args) {? String message = “Hello World!”; myPrint(message);?? }? private static void myPrint(String s) {? System.out.println(s);? }А}Р标识符Р组成规则?字母(A~Z、a~z)、特殊符号($、_)和数字(0~9)?第1个符号不能为数字?不能为关键词、true、false、null?区分大小写

收藏

分享

举报
下载此文档