What will be the output of the program?String x = ne June 6, 2022 by admin โช Choose the correct option. What will be the output of the program? String x = new String("xyz"); String y = "abc"; x = x + y; How many String objects have been created?A. 2B. 3C. 4D. 5 Submit Answer