This method returns another strig containing the other two strings.

See API:
<API>
public String concat(String str)
Concatenates the specified string to the end of this string.
If the length of the argument string is 0, then this object is returned.


Parameters:
str - the String that is concatenated to the end of this String.
Returns:
a string that represents the concatenation of this object's characters
followed by the string argument's characters.
</API>

Vince M. Treur
-----------------------------------------
In stereo, where available.

___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

Reply via email to