Skip to content

Instantly share code, notes, and snippets.

@dinsaw
Created December 28, 2014 15:11
Show Gist options
  • Save dinsaw/04e537b5435e07609df3 to your computer and use it in GitHub Desktop.
Save dinsaw/04e537b5435e07609df3 to your computer and use it in GitHub Desktop.
blog
In main before change x = 10
In change x = 5
In main after change x = 10
In main before change point = java.awt.Point[x=10,y=10]
In change point = java.awt.Point[x=5,y=5]
In main after change point = java.awt.Point[x=5,y=5]
In main before change arrayOfInt[0] = 1
In change arrayOfInt[0] = 5
In main after change arrayOfInt[0] = 5
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment