What is diffrence between stringbuffer and stringclass

Showing Answers 1 - 3 of 3 Answers

smartmanoj

  • Dec 19th, 2006
 

hi bupendra,

String is immutable object which means the contents in the string object cannot be modified.  Stringbuffer object contents can be modified.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions