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

None of these
false
true
Compilation Error

ANSWER DOWNLOAD EXAMIANS APP