Programming - String Buffers - Discussion

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

 



Q.

Method for replacing the string?                         


A. StringBuffer(int I,int j,String str) B. StringBuffer replace(int I,int j)
C. Stringbuffer replace(int I,int j,string str) D. StringBuffer replace(int I,int j,string str)

Answer: Option D
Explaination:

 


StringBuffer replace(int I,int j,String str) is used for string replacement.




Discussion

Your Comments Goes here...
NameDiscussion