So far, we have looked at a number of predefined primitive types defined by Java, including int, double, byte, short, long, and float. In this section, we study three new predefined types. One of these types, char, is a primitive type, while the remaining two are object types. char The computer must often process characters. Most programs accept character input and produce character output. In ...