Identify the output of the following program
String str = "abcde";
System.out.println(str.substring(1, 3));

Posted on by