jueves, 6 de febrero de 2014

Java: Convertir String a mayúsculas

String s1 = "test";

s1 = s1.toUpperCase();