Given that student is a class, how many reference variables and objects are created by the following code? student student, studentid; student = new student(); student stu = new student();