What happens if FileInputStream is given a non-existent file?
Returns null
Creates a new file
Throws FileNotFoundException
Ignores the error
This question is part of this quiz :
Java IO BasicsWhat happens if FileInputStream is given a non-existent file?