Lesson 11: Strings
Declaring And Printing Strings
Concatenating Strings
Redeclaring Strings
Using The Methods length(), charAt(), and indexOf()
The Methods toLowerCase(), toUpperCase(), trim(), and substring()
The Methods equals(), equalsIgnoreCase(), and compareTo()
Finding Index Values Where A Word Appears In A Predefined String
Breaking A Sentence Up Into Words
Back to Main Page