String,stringbuffer and StringBuilder, thread-safe, non-thread-safe

Source: Internet
Author: User

the difference between String,stringbuffer and StringBuilder??

Reprint Address: http://blog.csdn.net/rmn190/article/details/1492013

In addition: StringBuilder's realization and technique: http://lixianhuei.cnblogs.com/archive/2005/12/27/305708.html

Thread-safe, non-thread-safe discussion: How to understand StringBuffer is thread-safe StringBuilder is thread insecure? http://bbs.csdn.net/topics/390758940

Personal Summary:

Use string for strings that do not change frequently. Frequently changing, assembled strings are not used for string. If the global variable, can be multi-threaded reference, using StringBuffer, if the local variable, single-threaded use, recommended StringBuilder.

Other people's answers:

If you write a global range of StringBuffer and StringBuilder ... Two threads cannot modify the contents of the StringBuffer at the same time, but can modify the StringBuilder in the same time.

If you only use it as a local variable in a non-static method, you can use StringBuilder, it performs better

String,stringbuffer and StringBuilder, thread-safe, non-thread-safe

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.