定义 java 基本数据类型
2018-11-22 08:42:11来源:博客园 阅读 ()
1 package debug; 2 3 class Demo { 4 /* 5 * 定义八种基本数据类型,如下 6 */ 7 8 public static void main(String[] args) { 9 //define char type 10 char a = '1'; //字符类型用单引号 11 System.out.println(a); 12 13 //define string type 14 String text = "Hello world"; //字符串类型用双引号 15 System.out.println(text); 16 17 //define float type 18 float f = 1.03F; //单精度浮点类型后面必须要带上F或者f,默认用F 19 System.out.println(f); 20 21 //define double type 22 double d = 1.345; //浮点类型默认为双精度,所以如果定义的是doule类型,后面就不需要再带上F 23 System.out.println(d); 24 25 //define short type 26 short s = 100; 27 System.out.println(s); 28 29 //define int type 30 int i = 101; 31 System.out.println(i); 32 33 //define long type 34 long l = 10000000000L; //定义长整型后面必须要带上L或者l,默认用L 35 System.out.println(l); 36 37 //define byte type 38 byte a1 = 102; 39 System.out.println(a1); 40 41 //define boolean 42 boolean b = false; 43 System.out.println(b); 44 45 46 } 47 48 }
输出如下:
1 1 2 Hello world 3 1.03 4 1.345 5 100 6 101 7 10000000000 8 102 9 false
标签:
版权申明:本站文章部分自网络,如有侵权,请联系:west999com@outlook.com
特别注意:本站所有转载文章言论不代表本站观点,本站所提供的摄影照片,插画,设计作品,如需使用,请与原作者联系,版权归原作者所有
上一篇:myBatis逆向工程的使用
- 国外程序员整理的Java资源大全(全部是干货) 2020-06-12
- 2020年深圳中国平安各部门Java中级面试真题合集(附答案) 2020-06-11
- 2020年java就业前景 2020-06-11
- 04.Java基础语法 2020-06-11
- Java--反射(框架设计的灵魂)案例 2020-06-11
IDC资讯: 主机资讯 注册资讯 托管资讯 vps资讯 网站建设
网站运营: 建站经验 策划盈利 搜索优化 网站推广 免费资源
网络编程: Asp.Net编程 Asp编程 Php编程 Xml编程 Access Mssql Mysql 其它
服务器技术: Web服务器 Ftp服务器 Mail服务器 Dns服务器 安全防护
软件技巧: 其它软件 Word Excel Powerpoint Ghost Vista QQ空间 QQ FlashGet 迅雷
网页制作: FrontPages Dreamweaver Javascript css photoshop fireworks Flash