Write a program that removes all the occurrences of a specified string from a text file. For

Question:

Write a program that removes all the occurrences of a specified string from a text file. For example, invoking

 java Exercise12_11 John filename 

removes the string John from the specified file. Your program should get the arguments from the command line.

Fantastic news! We've Found the answer you've been seeking!

Step by Step Answer:

Question Posted: