Guest User

Untitled

a guest
Jul 18th, 2018
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.11 KB | None | 0 0
  1. String a = "111" + "222" + "333";
  2. String b = "444";
  3. return new StringBuilder().append(a).append(b).toString();
Add Comment
Please, Sign In to add comment