Skip to content

Instantly share code, notes, and snippets.

@hamoungh
Created September 25, 2014 14:45
Show Gist options
  • Save hamoungh/bcc7f57aa3a4cbf09719 to your computer and use it in GitHub Desktop.
Save hamoungh/bcc7f57aa3a4cbf09719 to your computer and use it in GitHub Desktop.
String strA = new String("Roasted ");
String strB = new String("Acorns ");
strA = strB;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment