0 / 60 seg.

¿Qué hace el siguiente código?

String s = "hello";
String t = s.substring(1, 4);
System.out.println(t);