Skip to content

Instantly share code, notes, and snippets.

@mfollett
Created February 10, 2012 08:13
Show Gist options
  • Save mfollett/1787746 to your computer and use it in GitHub Desktop.
Save mfollett/1787746 to your computer and use it in GitHub Desktop.
Long a = 4
Integer b = 4
assert a == b
assert a.class != b.class
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment