Ques. Get middle element from a String by index

- From a String I need to get element. Suppose
String s = \"abcdefghijklmnopqrstuvwxyz\";
I need to get String from-index 10 to to-index 20 at runtime. What should I do for this case? Is there any other way to get other than substring?

Posted on Jul 16, 2014 by Lary Bon

Enter your Answer

Name
Email Address
Answer