Last active
December 3, 2019 00:32
-
-
Save raghuvarmabh/f4ee640aade94435054954add882db4c to your computer and use it in GitHub Desktop.
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
public class ReferenceTest { | |
public static void main(String[] args) { | |
Person person = new Person("Tom Criuse", 44); | |
System.out.println(person.getName()); | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment