Skip to content

Instantly share code, notes, and snippets.

@uskey512
Created December 22, 2019 08:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save uskey512/13329363a6d29c5f64b58a1c1783f331 to your computer and use it in GitHub Desktop.
Save uskey512/13329363a6d29c5f64b58a1c1783f331 to your computer and use it in GitHub Desktop.
class IntegerCompare {
public static void main(String[] args) {
Integer a = 100;
Integer b = 100;
System.out.println(a == b);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment