Strings and Object References in Java

The String class is used for text manipulation. As you read, you will learn different ways to create Strings, methods to manipulate Strings, the String concatenation operator '+', and about how Strings are immutable.

27. End of the Chapter


Answer:

Both start with the same letters.

" MY LOVE".trim().toLowerCase() creates the temporary string "my love" .

"burns.toLower() creates the temporary string "my love is like a red, red rose."

Both strings start out the same.

End of the Chapter

That was a complicated question. I hope you rose to the occasion. If you got burned, review the example. You may wish to review the following.