Question: in java pls Write a program that replaces every Java word in a file with the word HTML and saves the file in the same
in java pls
Write a program that replaces every Java word in a file with the word HTML and saves the file in the same location on disk after printing both the old lines and new lines to the output:
public class Replace{ public static void main(String[] args){ ... } } Sample file:
Welcome to Java! This is a Java program. I like programming in Java.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
