多做题,通过考试没问题!

Java认证考试

睦霖题库>其他计算机考试>Java认证考试

Given that file is a reference to a File object that represents a directory, which code fragments will succeed in obtaining a list of the entries in the directory?()  

  • A、Vector filelist = ((Directory) file).getList();
  • B、String[] filelist = file.directory();
  • C、Enumeration filelist = file.contents();
  • D、String[] filelist = file.list();
  • E、Vector filelist = (new Directory(file)).files();
正确答案:D
答案解析:
进入题库查看解析

微信扫一扫手机做题