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
Зарегистрируйся сейчас
или Подпишись на будущие тесты