<<< replace( ) method | Index | trim( ), indexOf( ), substring( ) example >>> |
Not part of String class
Other classes want to convert themselves to a String
Primitive data types need to be converted to Strings. For example,
String theString; int someInt = 4; theString = Integer.toString( someInt );
<<< replace( ) method | Index | trim( ), indexOf( ), substring( ) example >>> |