fork download
  1. class Test {
  2. public static void main(String[] args) {
  3. String str = "existence";
  4. str = str.replace("e", "*");
  5. System.out.println(str);
  6. }
  7. }
Success #stdin #stdout 0.1s 27904KB
stdin
Standard input is empty
stdout
*xist*nc*