What is O/p......? public class Main{ public static void main (String[]args){ String str = "A "; str = str.concat("B "); System.out.println(str); String tb = "C "; str = str.concat(tb); System.out.println(str); str.repla...
See more
Download the Study24x7 App, so you can connect and collaborate.