单项选择题

A.String s1=null;
B.String s2=’null’;
C.String s3=(String)‘abc’;
D.String s4=(String)‘\uface’;