What does the method substring(1, 4) return when called on the string "Programming"?
"Pro"
"Prog"
"rogr"
"rog"