Programming - String Buffers - Discussion

You Are Here :: Home > JAVA > String Buffers - Discussion

 



Q.

String substring(int I,int j).this extract the sub string from?                         


A. int I to j B. from 0 to int j
C. from I to j-1 D. from i-1 to j

Answer: Option C
Explaination:

 


from I to j-1 we can extract the substring.




Discussion

Your Comments Goes here...
NameDiscussion