What will the following Java code output?
String text = "Hello World"; System.out.println(text.toUpperCase());
hello world
Hello World
HELLO WORLD
hello WORLD