How can I Concatenate or Merge a string after another string in java? for example I have this first string:
String1="12345"
and this is second string:
String2="00000"
How to concatenate the second string after first string? Output is:
String3="1234500000"