What will the following Java code output?
String text = "Java Programming"; System.out.println(text.length());
16
15
14
17