String Concatenation in Java (ColdFusion also)
2008 March 11
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
| View count: 1481