Hi, can anyone tell me the code to replace a word in a file with another. Eg. The code should be able to replace all the occurences of the word "java" ina file to "j2ee".
Hi Chandra. The url you sent me solved my problem. Many Thanks for your reply. Also can we have any means by which we can do it without using the replaceAll or any other inbuilt function ?