單項選擇題J2EE中,()類()方法用于返回應用程序的上下文路徑。

A.HttpServletRequest、getContextPath()
B.HttpServletRequset、getPathInfo()
C.ServletContext、getPathInfo()
D.ServletContext、getContextPath()


您可能感興趣的試卷

你可能感興趣的試題

1.單項選擇題java.io.File對象的()方法可以新建一個文件。

A.createFile()
B.mkdir()
C.delete()
D.createNewFile()

2.單項選擇題在J2EE中,request對象的()方法可以獲取頁面請求中一個表單組件對應多個值時的用戶的請求數據。

A.String[] getParameterValues(Stringname)
B.String[] getParameter(Stringname)
C.String getParameter(Stringname)
D.String getParameterValuses(Stringname)

3.單項選擇題下列可以正確獲取當前Web程序物理路徑的方法為()。

A.response.getRealPath(“/”)
B.request.getFile(“/”)。
C.response.getFile(“/”)
D.request.getRealPath(“/”)

4.單項選擇題在J2EE中,使用Servlet過濾器時,可以在web.xml文件的()元素中包括元素。

A.<filter>
B.<filter-class>
C.<filter-name>
D.<filter-mapping>