Java, wie man eine Schnur in Großbuchstaben ausdruiert
String str = "hello";
String strUpperCase = str.toUpperCase();
Confused Curlew
String str = "hello";
String strUpperCase = str.toUpperCase();