Here is a piece of code
String Str = new String("Добро пожаловать на somesite.su"); System.out.print("Возвращаемое значение: "); System.out.println(Str.toUpperCase()); At the end of the .toUpperCase() method, I looked at the log I can not understand what it is, what is its role? Why is it needed?