Single Choice
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: #2338
Java Input Output MCQ
2,291 views
Question Info
#2338Q ID
Not SetDifficulty
Java Input Output MCQTopic
Your Answer
Choose the Best Option
Click any option to instantly check if you're correct.
Correct Answer
Explanation
Compilation Error
Continue Practice
Share
Share This Question
Challenge a friend or share with your study group.
More from This Topic