Created
December 28, 2014 15:11
-
-
Save dinsaw/04e537b5435e07609df3 to your computer and use it in GitHub Desktop.
blog
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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