What is the output of this snippet?
File f = new File("log.txt"); System.out.println(f.exists());
true if file exists
Always true
Always false
Compilation error
This question is part of this quiz :