plizz help about this thing
could anyone tell me what does STRINGBUFFER used for?thanx
[72 byte] By [
duke277a] at [2007-11-26 16:59:51]

no,actually little confused about charAt,as what i m assuming is that it takes string as an input & stores it in array ,am i right?thanx
> no,actually little confused about charAt,as what i m> assuming is that it takes string as an input & stores> it in array ,am i right?> thanxPlease read the API!
public char charAt(int index)
Returns the char value in this sequence at the specified index. The first char value is at index 0, the next at index 1, and so on, as in array indexing.
The index argument must be greater than or equal to 0, and less than the length of this sequence.