Leggz7306 Leggz7306 29-01-2024 Computers and Technology contestada 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();