单项选择题

Student s1=new Student("john")Student s2=new Student("Alice")S1=S2;System.out.println(S1.getName());输出结果为()

A.John
B.null
C.Alice
D.不能确定