(1314-67)Path接口提供static Path get(URI uri) 方法直接通过路径返回Path对象。
举一反三
- 以下哪个不属于Path接口的常用方法() A: boolean endsWith(String other) B: Path getParent() C: Path get(URI uri) D: URI toUri()
- Uri的路径(path)可以用来表示我们要操作的数据,路径的构建应根据业务而定
- Uri主要有三部分组成,分别是scheme、authority和path
- 下列哪种方法能实现请求转发() A: 通过ServletRequest接口提供的getRequestDispatcher(String path)方法 B: 通过ServletContext接口提供的getRequestDispatcher(String path)方法 C: 通过ServletContext接口提供的getNamedDispatcher(String path)方法 D: 通过HttpServletResponse接口提供的sendRedirect(String url)方法
- 下面选项中,用于返回某个资源文件的InputStream输入流对象的方法是 A: getRealPath(String path) B: getResource(String path) C: getResourcePaths(String path) D: getResourceAsStream(String path)