The child is crying.( ) Tom will come next Monday.( ) They looked happy.( ) I have two brothers.( ) We find many books broken.( ) Shelly gave me a present.( )
【单选题】假设在E盘下的cn文件夹中有文件abc.txt,则下列代码的运行结果为( ) class Example { public static void main(String[] args) { File file = new File("E:\\cn"); if (file.exists()) { System.out.println(file.delete()); } }}