下列File类的构造方法格式,错误的是( )1分
A.File(File parent)
B.File(String pathname)
C.File(String parent, String child)
D.File(URI uri)
正确答案是A