On Thu, Nov 16, 2000 at 05:58:27 -0800, Elliotte Rusty Harold wrote:

> public char charAt(int index)
> 
> This method is used to walk strings, looking at each character in 
> turn, a useful thing to do. Clearly it would be possible to replace 
> it with a method with a String return type like this:
> 
> public String characterAt(int index)

And what method you will use to obtain the (single) character in the
returned string?  :-)

SY, Uwe
-- 
[EMAIL PROTECTED]                         |       Zu Grunde kommen
http://www.ptc.spbu.ru/~uwe/            |       Ist zu Grunde gehen

Reply via email to