Java的数据类型.PPT

Java的数据类型

Java程序设计 Java Programming Spring, 2013 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 data types(基本数据类型) A primitive type represents a single value, which cannot be decomposed. Reference data types(引用数据类型) The reference(引用) typ

文档评论(0)

1亿VIP精品文档

相关文档