Java Quiz: Why StringBuilder Should be Used Instead of StringBuffer?

Java Quiz: Why StringBuilder Should be Used Instead of StringBuffer?

Note: This article will be emailed to your friend.

First tell me what is the best way to concatenate large number of String objects? Is it a + b?
Most Java developers know not to use a + b (+ operator) because of huge performance problems, they use StringBuffer instead. In fact I did some tests in the past which confirms this folklore. However some [...]

Read the rest of this article (117 words)

Please fill in the following fields

* - Required

Your Name: *

Your E-Mail: *

Your Remarks:

Friend's Name: *

Friend's E-Mail: *

Protected by Comment Guard Pro