What will the following Java code snippet output?
String text = "Welcome to Java!";
System.out.println(text.substring(8, 11));
What will the following Java code snippet output?
String text = "Welcome to Java!";
System.out.println(text.substring(8, 11));