Question: All the following relates to this Java program, except: import java.io . File; import java.io . IOException; public class CreateFile { public static void main
All the following relates to this Java program, except:
import java.ioFile;
import java.ioIOException;
public class CreateFile
public static void mainString args
File myObj new FileC:ptuk
tprog.txt;
if myObjcreateNewFile
System.out.printlnFile created: myObj.getName;
else
System.out.printlnFile already exists.";
Select one or more:
a The folder ptuk should exist
b None of the mentioned
c There is no need for the ptuk folder to exist
d Add throws declaration or Surround with trycatch block
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
