Advertisement
Guest User

Untitled

a guest
Dec 18th, 2014
156
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.10 KB | None | 0 0
  1. String str1 = "hello world";
  2. String str2 = str1.replace("low","xxx");
  3. System.out.println(str2);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement