单项选择题

给出下列的代码则以下哪个选项返回true String s = "hello" ; String s = "hello" ; char c[] = { 'h' ,'e','l','o'};

A.equals(;
B.equals(;
C.s = =t
D.t = = c;