Question: Also, only use public static void main(String[] args) { 2. Write a Java program to replace all occurrences of a search string within a target
Also, only use public static void main(String[] args) {
2. Write a Java program to replace all occurrences of a search string within a target string with a replace string. For example, replacing search string "at" in target string "cat sat on the hat" with replace string "ABC" should give "cABC SABC on the hABC". You can only use length, substring and indexOf string methods
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
