Question: 10. 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.

10. 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")) a IV II d)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
