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