9.2 The String Class

Many methods in the Java API require that an object be passed to it. And almost everything in Java is an object. However, there are four data types that are NOT objects: ints (all sizes), double (and float), boolean, and char. ................
................