Java Programming Language MCQ Java Exception MCQ
⚠ Report ✓ Question Verified Copy Link
try{ File f = new File("a.txt"); }catch(Exception e){ }catch(IOException io){ }Is this code create new file name a.txt ?
Learn More MCQ Questions from Java Programming Language MCQ Java Exception MCQ