Write in java a program that prompts the user to enter a File name to create it on the Desktop if it does not exist. the
Posted: Fri May 20, 2022 12:12 pm
Write in java a program that prompts the user to enter a File name to create it on the Desktop if it does not exist. then allow the user to write on the file until the user enters - 1 create a method called "find" that takes a string "a word" as an argument and displays the occurrences of that string in the file. apply Exception handling using try-catch