Whether Java will correctly perceive this program code on all OS:
int число = 0; String строка = "1"; System.out.println("Результат = " + String.valueOf(число + Integer.parseInt(строка) + 1)); Is it possible to call any variable in Russian ??
I just want to make sure that I can compile my Main.java file with this code on any Java machine.