Test14:Java文件测试题
问题 1 What happens if the file “Ran.test” does not yet exist and you attempt to compile and run the following code?
import java.io.*;
class Test{
public static void main(String[] args)