MCQ Single Best Answer Not Set

Q
try{
      File f = new File("a.txt");
}catch(Exception e){
}catch(IOException io){
}
Is this code create new file name a.txt ?

ID: #2329 Java Exception MCQ 828 views
Question Info
#2329Q ID
Not SetDifficulty
Java Exception MCQTopic

Choose the Best Option

Click any option to instantly check if you're correct.

  • A true
  • B false
  • C Compilation Error
  • D None of these
Correct Answer: Option C

Explanation

Compilation Error

Share This Question

Challenge a friend or share with your study group.