数字和字符串
This part of the tutorial covers numbers with primitive types and wrapper classes, and string of characters.
-
Numbers
Using numbers with primitive types and wrapper types, formatting numbers and using mathematical functions.
-
Characters
Using characters, understanding char values and code point values.
-
Strings
Creating strings of characters, exploring the String class to manipulate strings.
-
String Builders
Using string builders to create strings of characters.
-
Autoboxing and Unboxing
Understanding the automatic conversion between primitive types and their corresponding wrapper types.