What will s2 contain after following lines of Java code?
String s1 = "one";String s2 = s1.concat("two")
String s1 = "one";String s2 = s1.concat("two")What will s2 contain after following lines of Java code?
String s1 = "one";String s2 = s1.concat("two") Correct Answer onetwo
মোঃ আরিফুল ইসলাম
Feb 20, 2025