Using the class Person
public static void main (String args []) {
Person p = new Person(“John”, 33);
This is a fully functioning application.
It prints out a representation of person (define toString() - what happens?)
Note any public class must be defined in a file called: