Basically the stiring class is the class in java which is used to create string objects.
It is used to help you find the infomation about the certain string represented by the string class, i will know show you the main string methods and each description on them.
Method
char charAt (int) - returns to the start of the string.
int compareTo (String) - this compares two different strings, it uses alphabetical order, so -1 would be before the string, 0 is if the strings are the same and 1 if the string comes after another one.
int compareToIgnoreCase (String) - this is the same as CompareTo but doesnt use cases etc.
boolean contains (CharSequence) - true / false depending on the string.
boolean endsWith (String) - this is true if the string ends with a parameter string.
boolean equals (String) - returns if it has the same value.
char charAt (int) -
returns to the start of the string. returns the char value at a given index like String.charAt(4); Good effort though.
Could be me but don't you mean the String class and it's methods? Because as far as i know there is only one String class in Java 1.6 that handles the string operations
http://java.sun.com/javas...api/java/lang/String.html//btw a bit off topic but since we are on eachothers site what about a linkexchange? I can put a link to your site at the bottom index on the site if you can do the same.