题目内容

对于名为helloweb的Web应用程序,的定义为/helloServlet/hello/abc.jsp,那么测试页面abc.jsp用的URL为( )

A. http://localhost:8080/helloweb/helloServlet/hello/abc.jsp
B. http://localhost:8080/helloweb/abc.jsp
C. http://localhost:8080/helloweb/helloServlet/abc.jsp
D. http://localhost:8080/helloweb/hello/abc.jsp

查看答案
更多问题

假设在myServlet应用中有一个MyServlet类,在web.xml文件中对其进行如下配置: mysrvlet com.wgh.MyServlet < servlet-mapping> myservlet /welcome 则以下选项可以访问到MyServlet的是()。

A. http://localhost:8080/MyServlet
B. http://localhost:8080/myservlet
C. http://localhost:8080/com/wgh/MyServlet
D. http://localhost:8080/welcome

JSP文件在第一次运行的时候被JSP引擎编译为()文件。

A. Servlet
B. Class
C. HTML
D. XML

在Servlet中,下列语句可以正确获取PrintWriter对象的是()

A. PrintWriter out=request.getWriter();
B. PrintWriter out= request.getPrintWriter();
C. PrintWriter out=response.getWriter();
D. PrintWriter out= response.getPrintWriter();

通电延时的时间继电器其延时常开触头在线圈通电时() 闭合(动作); 断电时 ()断开(复位)。

A. 延时,立即
B. 延时,延时
C. 立即,延时
D. 立即,立即

答案查题题库