对于下列代码:A)String str1="mycode";B)String str2="mycode";C)String str3=new String("mycode");D)StringBuffer str4=new StringBuffer("mycode");以下表达式的值为true的是( ) A: str1==str2 B: str1==str4 C: str2==str3 D: str3==str4
对于下列代码:A)String str1="mycode";B)String str2="mycode";C)String str3=new String("mycode");D)StringBuffer str4=new StringBuffer("mycode");以下表达式的值为true的是( ) A: str1==str2 B: str1==str4 C: str2==str3 D: str3==str4
1