-->
当前位置:首页 > 题库

单选题:假设在helloapp应用中有一个hello.jsp,它的文件路径如下:Tomcat安装路径/webapps/helloapp/

Luz5年前 (2021-05-10)题库1095
假设在helloapp应用中有一个hello.jsp,它的文件路径如下:Tomcat安装路径/webapps/helloapp/hello/hello.jsp, 那么在浏览器中访问hello.jsp的URL是( ) ?。 @[C](2)

A. http://localhost:8080/hello.jsp
B. http://localhost:8080/helloapp/hello.jsp
C. http://localhost:8080/helloapp/hello/hello.jsp
D. http://localhost:8080/hello/hello.jsp




A.http://localhost:8080/hello.jsp
B.http://localhost:8080/helloapp/hello.jsp
C.http://localhost:8080/helloapp/hello/hello.jsp
D.http://localhost:8080/hello/hello.jsp


答案:C