Thanks Jyothi!!! Does that mean if we use APPEND on Strings, it will give an error and if we use CONCAT for StringBuffer, it will give an error? Or will it still compile???
jyothi godavarthy
Ranch Hand
Joined: Jan 28, 2004
Posts: 135
posted
0
right, append we can't use for Strings and same way concat for StringBuffer.