Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

what is difference between String buffer and String builder?

Answer Posted / subhareddy

There is no much difference between string buffer and string
builder.only thing is all the methods available in string
buffer class are synchronized methods.and the method
available in string builder class are non-synchronized methods.
If we want thread safety then we have to go for string
buffer ,but performance goes down.if we don't want thread
safety the we can go for string builder

Is This Answer Correct ?    14 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is compiler and what its output.

1197


What is argument in java?

1052


Write a method to check if input string is palindrome?

1059


What is one third plus one third as a fraction?

993


Why deletion in linkedlist is fast than arraylist?

1144


Justify your answer that you can't define a method inside another method in java, if you can then how?

1264


Which is best ide for java?

1090


Write a program based on Java script program.

1200


What do you mean by exception handling in Java?

1364


What is the symbol for line break?

1156


How can you read content from file in java?

1051


a thread is runnable, how does that work? : Java thread

1088


What are the different types of methodologies?

1058


Can each java object keep track of all the threads that want to exclusively access it?

994


What is string made of?

1013