String Concatenation in Java (ColdFusion also)

JH's blog has a nice overview of string concatenation in Java by comparing String, StringBuffer and StringBuilder class.

StringBuilder vs StringBuffer vs String.concat - done right

This applies to ColdFusion developers as well since ColdFusion String are Java String under the hood. This was my motiviation when I wrote the UDF QueryToCSV2 that is available on cflib.og

Comments (Comment Moderation is enabled. Your comment will not appear until approved.)