public static void replacementString(char oldString, char newString){
A problem with the variables in that code is the a char is not a String. It is a single character. So oldString is not a String, it is a single character.
What is the replacement method supposed to do? Add some comments to the code describing what it is supposed to do. It is important that the description be in the code so that they are there when the code is being read.
Please edit your post and wrap your code with code tags:
[code]
**YOUR CODE GOES HERE**
[/code]
to get highlighting and preserve formatting.
http://www.java-forums.org/misc.php?do=bbcode#code