Skip to content

Instantly share code, notes, and snippets.

@samfcmc
Created August 4, 2018 14:07
Show Gist options
  • Save samfcmc/cbb8f2111d7b70958ab469c3c5b4e1cd to your computer and use it in GitHub Desktop.
Save samfcmc/cbb8f2111d7b70958ab469c3c5b4e1cd to your computer and use it in GitHub Desktop.
String s1 = null;
String s2 = "s2";
boolean areEqual = s1.equals(s2);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment