Hello This is taken directly from the String class String(char[] value) Allocates a new String so that it represents the sequence of characters currently contained in the character array argument. String(char[] value, int offset, int count) Allocates a new String that contains characters from a subarray of the character array argument. hope it helps !
------------------ Sun Certified Programmer for Java 2 Platform