0
file out put stream
What would be the outcome if a Java program tries to create a new FileOutputStream but the specified file does not exist.
1 Resposta
+ 17
Throw erroer
FileNotFoundException
What would be the outcome if a Java program tries to create a new FileOutputStream but the specified file does not exist.