posted 15 years ago
In the below code, I wanted to check the time taken by StringBuffer to do a concatination, by passing the string in two different ways. I got 750ms and 450ms respectively. What is wrong in passing the string in my second approach?Would be nice if anyone explains me theory behind this. Thanks a lot.