Strings

Comparing Strings

Changing the case of characters within a String

Finding a String Within Another String

String pool and heap storage

Splitting Strings

Joining Strings with a delimiter

String concatenation and StringBuilders

Platform independent new line separator

Substrings

Converting String to other datatypes.

Reversing Strings

Adding toString method for custom objects

Remove Whitespace from the Beginning and End of a String

Case insensitive switch

Replacing parts of Strings

Base64 Encoding Decoding

Conversion to from bytes

Getting the nth character in a String

Getting the length of a String