¿Qué producirá el siguiente código Java?
String texto = "Java Programming"; System.out.println(texto.length());
17
14
16
15