I need one more clarification
If I give like this
Code:
String aStringVariable = "welcome"; String test = "sample"+aStringVariable+"sample2";
What will the compiler do...?
If we give constants how the compiler interprets internally?
One more Doubt.
StringBuffer is Synchronous and StringBuilder...
Leave a comment: