A
Q. try{
File f = new File("a.txt");
}catch(Exception e){
}catch(IOException io){
}
Is this code create new file name a.txt ?
- Correct Answer - Option(C)
- Views: 20
- Filed under category Java
- Hashtags:
Discusssion
Login to discuss.