Q104
What will s2 contain after following lines of Java code? String s1 = "one"; String s2 = s1.concat("two")
A.
one
B.
two
C.
onetwo
AnswerD.
twoone
Answer: Option C
Solution
Answer: Option C
No explanation is given for this question Let's Discuss on Board