Explanatory Question
Write the output of the following code :-
String x;
String str = "INFORMATION";
x = str.concat("PRACTICE");
System.out.println(x.length());
System.out.println(x.toUpperCase());
Read the answer carefully and go through the related questions on the right side to improve your understanding of this topic.