• Skip to primary navigation
  • Skip to content
  • Skip to footer
Ming's Blog
  • Posts
  • Categories
  • Tags
  • About
    Ming Hsieh

    Ming Hsieh

    All Things Technology

    • Website
    • Twitter
    • GitHub

    Java String StringBuffer StringBuilder

    less than 1 minute read

    String is immutable
    StringBuffer and StringBuilder is mutable
    StringBuffer is synchronized thread safe.
    StringBuilder is not thread safe but operation is faster.

    TODO Add some code examples

    Tags: java

    Updated: March 19, 2016

    Twitter Facebook LinkedIn
    Previous Next

    Comments

    You May Also Enjoy

    Spring Boot Different ways to start an application

    less than 1 minute read

    Spring Boot - Different ways to start an application

    Tracing PWA new content refresh event

    less than 1 minute read

    I was using this wrapper around PWA(Progress Web Apps) APIs register-service-worker and was wondering how does it detect when there is a new build and the pa...

    Setup gitlab ci unit and integration

    4 minute read

    How to setup xcode and macos

    less than 1 minute read

    • Twitter
    • GitHub
    • Feed
    © 2023 Ming's Blog. Powered by Jekyll & Minimal Mistakes.