Skip to content

Instantly share code, notes, and snippets.

@davorb
Created March 31, 2012 12:39
Show Gist options
  • Save davorb/2263585 to your computer and use it in GitHub Desktop.
Save davorb/2263585 to your computer and use it in GitHub Desktop.
// don't do this
String s = "";
for (int i = 0; i < args.length; i++) {
s += array[i];
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment