4
Reply

Difference between string and string Builder?

sathish

sathish

14y
6.2k
0
Reply

    string -the object created as a String is stored in the Constant String Pool . string biulder - that is it stores the object in heap and it can also be modified .

    Please refer to the following URL to know the differences between String and StringBuilder,http://onlydifferencefaqs.blogspot.in/2012/08/oops-difference-faqs-4.html

    Hi Sathish,
    As you have problem regarding String and StringBuilder Classes, Just read my this article this will help you lot. Click hear....

    Hi Sathish,