The answer would be D all of the above.
Answer:
new Scanner(inputFile)
Explanation:
In Java when inputting a file using Scanner class. A Scanner breaks the input into tokens with the help of delimiting patterns, by default which matches the whitespaces and then the tokens that are received may be converted into values of different types by suing different next methods.