PPT Slide
Since you cannot modify existing strings,
there are methods to create new strings from
? public String substring(int beginIndex,
? public String replace(char oldChar,
? public String concat(String str)
? public String toLowerCase()
? public String toUpperCase()