hat will be displayed on the screen after the following code is executed? (2 points)

String name = "Shakespeare";
String newStr = name.substring(2,6);
System.out.println(newStr);

a
hake

b
hakes

c
hakesp

d
akes

e
akesp