SyntaxFix
Write A Post
Hire A Developer
Questions
public static void main(String[] args) { try { File file = new File("test.txt"); System.out.println(file.length()); } catch (Exception e) { } }