Created
January 18, 2012 16:06
-
-
Save 0xh3x/1633752 to your computer and use it in GitHub Desktop.
This file contains 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
package com.giorgijvaridze.playground; | |
public class Main { | |
public static void main(String[] args) { | |
Person soso = new Person(); | |
Person soso1 = new Person(); | |
Person soso2 = new Person(); | |
Person.printObjCount(); | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment