Question: Which method can be used to create an input object for file temp.txt? I. new Scanner(temp.txt) II. new Scanner(temp.txt) III. new Scanner(new File(temp.txt)) IV. new

Which method can be used to create an input object for file temp.txt? I. new Scanner("temp.txt") II. new Scanner(temp.txt) III. new Scanner(new File("temp.txt")) IV. new Scanner(File("temp.txt")) -O III OIV O II Bo brak
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
