- 1、本文档共44页,可阅读全部内容。
- 2、有哪些信誉好的足球投注网站(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。
- 3、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 4、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
查看更多
TR–Java–lecture04–datatype〔数据类型)
Java程序设计 Java Programming Spring, 2009 Contents (Chapter 6 in Textbook) Data Types(数据类型) Operators(运算符) Expressions(表达式) Arrays(数组) 包装器类 字符串类 名字含义 控制流语句 Data in Java Java is a “typed” language: Every data value must have a type The type gives rules for what values are allowed, and what operations can be done with the values. For the computer, values of a certain type usually take a known amount of storage space in memory Data in Java Primitive types(基本数据类型) A primitive type represents a single value, which cannot be decomposed. Reference types(引用数据类型) The reference types are class types, interface types and array types. Variables of these types can refer to objects of the corresponding type. Primitive Data Type Java has a number of pre-defined primitive data types. boolean Boolean (logical) values, either true or false char single character byte 8-bit integers (signed) short 16-bit integers (signed) int 32-bit integers (signed) (e.g. 3) long 64-bit integers (signed) float 32-bit floating point double 64-bit floating point (e.g. 3.0) The Boolean Type A Boolean variable is one which can have only 2 possible values: true or false. Boolean variables are used when you need to do logical tests Example: “Is X greater than 3?” x 3 Type int A variable of type int may take values from–2147483648 to 2147483647. Exceeding the range of legal values results in OVERFLOW, a run-time error. Base of the number: octal(8进制)— a leading 0(zero) hexadecimal(16进制) — a leading 0x or 0X decimal(10进制) Type long(长整数) A variable of type long may take values from–9223372036854775808L to 9223372036854775807L. To indicate the difference between an int constant and a long constant, the character L/l is appended. Example 2 is of type int 2L is of type long Type float(长整数) float :4个字节,32位 从1.40129846432481707e-45到 3.40282346638528860e+38 (正值或负值的绝对值) 数字后必须用f指明,否则属于double型。 Type double (Literals,直接量) Type double represents “real” numbers approximately from -1.7 ? 10308 to 1.7 ? 1
您可能关注的文档
- TEM–4历年语法考点〔第2章情态动词).ppt
- TCL蒙宝欧之夜〔终).ppt
- swt布广泛的细菌和真菌总复1习.ppt
- theblackcat黑猫.ppt
- TFBOYS.〔水瓶).ppt
- tp–link路由器配置详细说明.ppt
- unit1Friendship必修1高中同步复习课件.ppt
- unit2period1选修6秋学期高中同步复习课件.ppt
- Robots–will–do–everything说课课件.ppt
- vf课件第1章︰数据库概述.ppt
- 吉安县公开招聘专职文明实践员笔试备考试题及答案解析.docx
- 2025重庆枫叶国际学校招聘教师笔试备考试题及答案解析.docx
- 游机队电玩自制联网教程-tplink.pdf
- 2025重庆新华出版集团招聘1人笔试模拟试题及答案解析.docx
- 2025宜宾高新丽雅城市产业发展有限公司公开招聘笔试模拟试题及答案解析.docx
- 2025云南保山市龙陵县勐糯镇人民政府招聘合同制专职消防员1人笔试模拟试题及答案解析.docx
- 11.1生活中常见的盐 九年级化学人教版下册.pptx
- 6.1法律保护下的婚姻 高二政治《法律与生活》课件(统编版选择性必修2)(新版).pptx
- 文昌市中小学教师校园招聘29人笔试模拟试题及答案解析.docx
- 10.1.5 常见的酸和碱(第5课时)课件-九年级化学人教版下册.pptx
最近下载
- 国家通用语言文字赋能民族地区乡村振兴路径——以劳动就业权保障为视角.pdf VIP
- 福建省龙岩市2024-2025学年高一上学期期末地理试题(含答案).pdf VIP
- 净身出户的离婚协议书必威体育精装版的范文7篇.docx
- 民族地区国家通用语言文字的推广普及路径优化研究-来源:发展教育学(第2022003期)-世界科学出版有限公司.pdf VIP
- 光储充一体化超级充电站项目可行性研究报告模板-备案拿地.doc
- 电气事故案例集锦.doc
- 部编版三年级下册语文教材解读.pptx VIP
- 大学物理电子教案-波动光学.doc
- 2024届辽宁省名校联盟高三一模模拟(调研卷)物理试题(四)(含答案.pdf VIP
- 二年级下册《道德与法治》教材分析.pdf VIP
文档评论(0)