Data Type Precisions The six data types differ in the precision of values they can store in memory Data Default Minimum Maximum Type ContentValuet Value Value byte Integer 127 short Integer 0000 -32768 32767 ant Integer 2147483648 2147483647 Integer 9223372036854775808 9223372036854775807 float Real 0.0 340282347E+38tt 3.40282347E+38 doubl Real 0.0 179769313486231570E+308179769313486231570E+308 f. No default value is assigned to a local variable. A local variable is explained on page 162 tt. The character E indicates a number is expressed in scientific notation. This notation is explained on page 99 C 2000 McGraw-Hill Introduction to Object-Oriented Programming with Java--Wu Chapter 3-6© 2000 McGraw-Hill Introduction to Object-Oriented Programming with Java--Wu Chapter 3 - 6 Data Type Precisions The six data types differ in the precision of values they can store in memory