And, just as a side note, a String is an Object...Every class in Java is derived from Object. From the API documentation:

java.lang.Object
extended by java.lang.String


Cheers,

Sean C....