given the following :
string si="hi";
string s2="his";
string s3=s2;
s2=null;
s2=s1;
what is printed by the following?
system.out.println(s2+s3+s1+(s2==s1));
Need a fast expert's response?
Submit order
and get a quick answer at the best price
for any assignment or question with DETAILED EXPLANATIONS!
Learn more about our help with Assignments:
JavaJSPJSF