Search:

Type: Posts; User: chronoz13

Search: Search took 0.14 seconds.

  1. [SOLVED] Re: difference between String Concatenation and String -Buffer/Builder .append(

    thanks for the link mate, i find it very useful, its a bit complicated for me dealing with references(memory addresses) and String pool, but the logic is clear on that article , thanks thanks :D...
  2. [SOLVED] Re: difference between String Concatenation and String -Buffer/Builder .append(

    hmmm. so StringBuilder/Buffer(.append() method) is more preferable if you want to code "Carefully" your program when it comes to string processing(concatenating)? rather than just using "+"(Concat...
  3. [SOLVED] difference between String Concatenation and String -Buffer/Builder .append()

    in the book that im reading, the difference between concatenation and .append() doesnt explain the difference fully, only by some simple codes and some short statements implies a difference between...
Results 1 to 3 of 3