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

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


您可能感興趣的試卷

你可能感興趣的試題

1.單項(xiàng)選擇題java.io.File對(duì)象的()方法可以新建一個(gè)文件。

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

2.單項(xiàng)選擇題在J2EE中,request對(duì)象的()方法可以獲取頁面請(qǐng)求中一個(gè)表單組件對(duì)應(yīng)多個(gè)值時(shí)的用戶的請(qǐng)求數(shù)據(jù)。

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

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

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

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

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