填空题

下列程序的运行结果是 【14】
public class Test
public static void main (String args[])
String s1="hello!";
System.out.println (s1.toUpperCase());

【参考答案】

HELLO!