|
|
Start of Tutorial > Start of Trail > Start of Lesson |
Search
Feedback Form |
The following table summarizes the methods found in theStringand
StringBufferclasses.
Method or Constructor Purpose String()
String (byte[])
String (byte[], int, int)
String (byte[], int, int, String)
String (byte[], String)
String (char[])
String (char[], int, int)
String (String)
String (StringBuffer)Creates a new string object. For all constructors that take arguments, the first argument provides the value for the string.
[PENDING]
StringandStringBufferprovide several other useful ways to manipul ate string data, including concatenation, comparison, substitution, and conversion to upper and lower case.java.lang.Stringand
java.lang.StringBuffersummarize and list all of the methods and variables supported by these two classes.
|
|
Start of Tutorial > Start of Trail > Start of Lesson |
Search
Feedback Form |