Explanatory Question
(ii)
Write the output of the following String method:
String x= "talent"; String y="matrix";
System.out.print(x.substring(3).concat(y.substring(3)));
Read the answer carefully and go through the related questions on the right side to improve your understanding of this topic.