> 2) the static strings will be concatenated at compile time as > there is no variables here. check the bytecode with javap
Or even more convincingly, check the JLS - this is required behaviour of any compiler. >From section 3.10.5: "Strings computed by constant expressions (§15.28) are computed at compile time and then treated as if they were literals." (I agree with breaking it to under 80 chars, in case it wasn't clear :) Jon -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
