hello.jsp文件的路径是WebRoot/hello/hello.jsp,
则在应用helloapp中,浏览器端访问hello.jsp的URL是 ()
则在应用helloapp中,浏览器端访问hello.jsp的URL是 ()
举一反三
- 在helloapp应用中有一个hello.jsp,它的文件路径如下:%JAVA_HOME%/webapps/helloapp/hello/hello.jsp,那么在浏览器端访问hello.jsp的URL是
- 假设在helloapp应用中有一个hello.jsp,它的文件路径如下
- 下列选项中,()是正确的JSP表达式。 A: <;% String s="hello world";%>; B: <;%=hello world";>; C: <;%="hello world"%>; D: <;%!"hello world"%>;
- 【单选题】假设在helloapp应用工程中有一个HelloServlet类,它在web.xml文件中的配置如下: HelloServlet org.java.thinker.HelloServlet HelloServlet /hello 那么在浏览器端访问HelloServlet的URL是什么? () A. http://localhost:8080/HelloServlet B. http://localhost:8080/helloapp/HelloServlet C. http://localhost:8080/helloapp/org/javathinker/hello D. http://localhost:8080/helloapp/hello
- 使用自定义标签时,要为()JSP()引擎提供有关自定义标签的相关信息,下列信息描述语句正确的是()A.()hello()B.()hello()com.tagdemo.HelloTag()C.()hello()com.tagdemo.HelloTag()D.()hello