You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Joel Gallant edited this page Jun 19, 2013
·
1 revision
There are a lot of functions missing from the String class. The Strings class tries to fill some of that missing functionality.
Since strings are immutable in Java, every method will take the original string as input, and return a new string that has been modified by the method.
For more information about the methods' uses, check their javadocs.