Creation of strings should include
- using new and the string constructor
- constructing one string object from another string object
- initializing a string variable to a character sequence.
Manipulation of strings should include
- concatenating (i.e., joining together) two strings by using the "+" operator
- arraying a string.