String and StringBuilder
Objectives¶
-
Make use of the
Stringclass and its methods. -
Understand and use
Stringinterning and the String Pool. -
Know when and how to use
StringBuilder. -
Implement the
toString()method in your classes to represent object state.