Will the below  code create new file name audi ?
car{
File f = new File("audi");
}catch(Exception e){
}catch(IOException io){
}

Posted on by