What will be displayed as a result of the following code compilation and execution?

String x = "Java";
x.concat(" Rules!");
System.out.println("x = " + x);  
x.toUpperCase();
System.out.println("x = " + x);  
x.replace('a', 'X');
System.out.println("x = " + x);  

Слідкуй за CodeGalaxy

Мобільний додаток Beta

Get it on Google Play
Зворотній Зв’язок
Продовжуйте вивчати
тести з Java
Cosmo
Зареєструйся Зараз
або Підпишись на майбутні тести