HTTP默认端口号为(). A: A21 B: B80 C: C8080 D: D23
HTTP默认端口号为(). A: A21 B: B80 C: C8080 D: D23
以下哪种格式是正确的URL( )。 A: http://localhost/8080/news/index.jsp B: http://localhost:8080/news/index.jsp C: http:localhost://8080/news/index.jsp D: http://localhost/8080:news/index.jsp
以下哪种格式是正确的URL( )。 A: http://localhost/8080/news/index.jsp B: http://localhost:8080/news/index.jsp C: http:localhost://8080/news/index.jsp D: http://localhost/8080:news/index.jsp
下面哪个选项能正确创建socket连接()。 A: Socket s = new Socket(8080); B: Socket s = new Socket(“192.168.1.1”,”8080”) C: SocketServer s = new Socket(8080); D: Socket s = new SocketServer(“192.168.1.1”,”8080”);
下面哪个选项能正确创建socket连接()。 A: Socket s = new Socket(8080); B: Socket s = new Socket(“192.168.1.1”,”8080”) C: SocketServer s = new Socket(8080); D: Socket s = new SocketServer(“192.168.1.1”,”8080”);
下面选项中,能够正确访问下面代码中方法是() A: http://localhost:8080/chapter12/hello/firstController B: http://localhost:8080/chapter12/first/firstController C: http://localhost:8080/chapter12/first/first D: http://localhost:8080/chapter12/hello/first
下面选项中,能够正确访问下面代码中方法是() A: http://localhost:8080/chapter12/hello/firstController B: http://localhost:8080/chapter12/first/firstController C: http://localhost:8080/chapter12/first/first D: http://localhost:8080/chapter12/hello/first
tomcat中访问helloapp应用的login.html文件时,在浏览器地址栏应写的url为 A: http://localhost:8080/helloapp/; B: http://localhost:8080/helloapp/login; C: http://localhost:8080/login.html; D: http://localhost:8080/helloapp/login.html
tomcat中访问helloapp应用的login.html文件时,在浏览器地址栏应写的url为 A: http://localhost:8080/helloapp/; B: http://localhost:8080/helloapp/login; C: http://localhost:8080/login.html; D: http://localhost:8080/helloapp/login.html
http://localhost:8080/
http://localhost:8080/
你已部署了名为PTS的Web网站,在根目录下有login.jsp的页面。以下( )是访问页面的正确的方法。 A: http://localhost:8080/servlet/login.jsp B: http://localhost:8080/login.jsp C: http://localhost:8080/PTS/servlet/login.jsp D: http://localhost:8080/PTS/login.jsp
你已部署了名为PTS的Web网站,在根目录下有login.jsp的页面。以下( )是访问页面的正确的方法。 A: http://localhost:8080/servlet/login.jsp B: http://localhost:8080/login.jsp C: http://localhost:8080/PTS/servlet/login.jsp D: http://localhost:8080/PTS/login.jsp
对于名为helloweb的Web应用程序,<;url-pattern>;的定义为/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
对于名为helloweb的Web应用程序,<;url-pattern>;的定义为/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
【单选题】假设web运行时根目录url为:http://localhost:8080/jsp2019,下面配置信息表示将ch10包中的RegisterServlet类映射后的url路径为() register ch10.RegisterServlet register /register/reg A. http://localhost:8080/jsp2019/reg.jsp B. http://localhost:8080/jsp2019/reg C. http://localhost:8080/jsp2019/register/reg D. http://localhost:8080/jsp2019/register/reg.jsp
【单选题】假设web运行时根目录url为:http://localhost:8080/jsp2019,下面配置信息表示将ch10包中的RegisterServlet类映射后的url路径为() register ch10.RegisterServlet register /register/reg A. http://localhost:8080/jsp2019/reg.jsp B. http://localhost:8080/jsp2019/reg C. http://localhost:8080/jsp2019/register/reg D. http://localhost:8080/jsp2019/register/reg.jsp
下列哪项是was的地址()。 A: http://192.168.1.31:8080/assistant/ B: http://192.168.1.31:8080/assistants/ C: http://192.168.1.31:8181/assistant/ D: http://192.168.1.31:8181/assistants/
下列哪项是was的地址()。 A: http://192.168.1.31:8080/assistant/ B: http://192.168.1.31:8080/assistants/ C: http://192.168.1.31:8181/assistant/ D: http://192.168.1.31:8181/assistants/