Examveda
Examveda

In Java, what is the result of the expression "Hello".substring(1, 4)?

A. "Hel"

B. "H"

C. "ell"

D. "llo"

Answer: Option C


This Question Belongs to Java Program >> Strings

Join The Discussion

Related Questions on Strings