Creating and initializing strings: String s = "Hello";
String s = "Hello";
Common methods: length(), substring(), toUpperCase().
length(), substring(), toUpperCase()
Strings cannot be changed once created; operations return new strings.