Without Book 질문하기
Review the question and existing answers carefully before replying. The best answers explain the reasoning, steps, and tradeoffs so other learners can benefit too.
질문. 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?
작성일 Jul 16, 2014 작성자 Lary Bon