1. 首页
  2. 编程语言
  3. Java
  4. scjp310-065part2

scjp310-065part2

上传者: 2019-03-06 06:13:38上传 PDF文件 342.21KB 热度 34次
Given that the current directory is empty, and that the user has read and write privileges to the current directory, and the following: 1. import java.io.*; 2. public class Maker{ 3. public static void main(String args){ 4. File dir = new File("dir"); 5. File f = new File(dir, "
用户评论