What will be the output of the following program (excluding the quotes)?
public class Main{ public static void main (String args []){ String String = "string isa string"; System.out.println (String.substring (3, 6)); } }
Select 1 option
Correct Option is : E