Chapter I

Program Java08 01.java creates four String objects that all ultimately store the same value "Tango". You will see that the first String, s1, is created in the same manner that you learned back in Chapter 3. ................
................