About Question enthuware.ocpjp.v7.2.1412 :
Posted: Wed Apr 16, 2014 5:35 pm
#3, #4, #5 are correct but #1 is also correct as per Java spec:
Scanner(File source, String charsetName)
Constructs a new Scanner that produces values scanned from the specified file.
Thanks
Tony,
Scanner(File source, String charsetName)
Constructs a new Scanner that produces values scanned from the specified file.
Thanks
Tony,