Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@raghuvarmabh
Last active December 3, 2019 00:32
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 raghuvarmabh/f4ee640aade94435054954add882db4c to your computer and use it in GitHub Desktop.
Save raghuvarmabh/f4ee640aade94435054954add882db4c to your computer and use it in GitHub Desktop.
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