Programming - String Buffers - Discussion

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

 



Q.

To add the String to StringBuffer class the method used is ______________________?                         


A. StringBuffer append(X); B. StringBuffer append();
C. StringBuffer Append() D. StringBuffer Append(X)

Answer: Option A
Explaination:

 


StringBuffer append(X); is used to add the string to string buffer class




Discussion

Your Comments Goes here...
NameDiscussion