What will s2 contain after following lines of code? StringBuffer s1 = one; StringBuffer s2 = s1.append(two)

Question:
What will s2 contain after following lines of code? StringBuffer s1 = one; StringBuffer s2 = s1.append(two)

1.one

2.two

3.twoone

4.onetwo

Posted Date:-2021-10-25 05:40:10


More MCQS Questions and answers

Search
R4R Team
R4Rin Top Tutorials are Core Java,Hibernate ,Spring,Sturts.The content on R4R.in website is done by expert team not only with the help of books but along with the strong professional knowledge in all context like coding,designing, marketing,etc!