以下哪个不属于Path接口的常用方法()


以下哪个不属于Path接口的常用方法()
1分

A.boolean endsWith(String other)

B.Path getParent()

C.Path get(URI uri)

D.URI toUri()

正确答案是C