单项选择题
要得到某目录下的所有文件名,在下列代码的下划线处应填入的内容是()。(两个下划线的内容相同) ______pathname=new______(args[0]); String[] filename=pathname.list();
A.File InputStream B.File OutputStream C.File D.Random AccessFile
A.int f=3.14; B.int a=012; C.int i=189; D.int d=0x123;
A.this B.super C.finally D.NULL