What is the output of the following code?
String s1 = "Welcome to Java";String s2 = s1.replace("o", "abc");System.out.println(s1);System.out.println(s2);
We need at least 10 more requests to produce the solution.
0 / 10 have requested this problem solution
The more requests, the faster the answer.