I have two different string String A="example"; String B="example";
if concat both the string i am getting examplexample. Is there any possibility to avoid repetition of string with same name..??
I have two different string String A=example; String B=example; if concat both the string
Share
How about this ?