What is o/p .......?
protected class Main{
public static void main (String ... s){
String xyz = "abc";
xyz = xyz + xyz;
System.out.println (xyz);
}
}
a. abc
b. abcabc
c. compile error
d. xyz
e. Garbage value
Download the Study24x7 App, so you can connect and collaborate.