View Javadoc
1   class A {
2   	public static void main(String args[]) {
3   		System.out.println(args[0].replace("x", "y"));
4   	}
5   }