2009/11/16 Neil Aggarwal <[email protected]>: > You could create your own MyString class that > extends String and then have a getLength() method > that calls super.length().
Extending String? String is final so it isn't doable ;-) Regards -- Lukasz http://www.lenart.org.pl/ --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]

