Overview | Methods | This Package | All Packages
Appends two strings, even if one or both of the strings are null.
Syntax
public static String appendStrings( String s1, String s2 )
Parameters
s1
The left string to append.
s2
The right string to append.
Return Value
Returns the appended string.