Java Learning (20110808)

Chapter 3: Fundamental Data Types
Charpter Goals
• To understand integer and floating-point numbers
• To recognize the limitations of the numeric types
• To become aware of causes for overflow and round off errors
• To understand the proper use of constants
• To write arithmetic expressions in Java
• To use the String type to manipulate character strings
• To learn how to read program input and produce formatted output

原文地址:https://www.cnblogs.com/backpacker/p/2262551.html