网友您好, 请在下方输入框内输入要搜索的题目:

题目内容 (请给出正确答案)

在J2EE中,对于以下的include指令和include动作,书写正确的是() 

  • A、<jsp:include page=http://localhost:/8080/my.jsp/> 
  • B、<%@ include file=http://localhost:/8080/my.jsp/>
  • C、<jsp:include file=http://localhost:/8080/my.jsp/> 
  • D、<%@ include page=http://localhost:/8080/my.jsp/>

参考答案

更多 “在J2EE中,对于以下的include指令和include动作,书写正确的是() A、jsp:include page=http://localhost:/8080/my.jsp/ B、%@ include file=http://localhost:/8080/my.jsp/C、jsp:include file=http://localhost:/8080/my.jsp/ D、%@ include page=http://localhost:/8080/my.jsp/” 相关考题
考题 在J2ee中,myWebApp目录是一个Web应用程序根目录,当在浏览器中输入http://localhost:8080/myWebApp/时,会自动打开该目录下的start.jsp文件。为了达到这个要求,需要在web.xml中添加如下代码()。 A.welcome-filestart.jsp/welcome-fileB.welcome-file-liststart.jsp/welcome-file-listC.welcome-listwelcome-filestart.jsp/welcome-file/welcome-listD.welcome-file-listwelcome-filestart.jsp/welcome-file/welcome-file-list

考题 在J2EE中,对于以下的include指令和include动作,书写正确的是() A.jsp:includepage=http://localhost:/8080/my.jsp/B.%@includefile=http://localhost:/8080/my.jsp/C.jsp:includefile=http://localhost:/8080/my.jsp/D.%@includepage=http://localhost:/8080/my.jsp/

考题 假设在helloapp应用中有一个hello.jsp,文件路径为C:/Tomcat/webapps/helloapp/hello/hello.jsp那么在浏览器端访问hello.jsp的URL是()A、http://localhost:8080/hello.jspB、http://localhost:8080/helloapp/hello.jspC、http://localhost:8080/helloapp/hello/hello.jspD、http://localhost:8080/helloapp/hello

考题 假设在helloapp应用中有一个hello.jsp,它的文件路径如下:%JA VA_HOME%/webapps/helloapp/hello/hello.jsp 那么在浏览器端访问hello.jsp的URL是什么? ()A.http://localhost:8080/hello.jspB.http://localhost:8080/helloapp/hello.jspC.http://localhost:8080/helloapp/hello/hello.jspD.http://localhost:8080/webapps/helloapp/hello/dello.jsp

考题 假设在helloapp应用中有一个hello.jsp,它的文件路径如下:%JAVA_HOME%/webapps/helloapp/hello/hello.jsp,那么在浏览器端访问hello.jsp的URL为()。 A、http://localhost:8080/hello.jspB、http://localhost:8080/helloapp/hello.jspC、http://localhost:8080/helloapp/hello/hello.jspD、http://localhost:8080/webapps/helloapp/hello/dello.jsp

考题 在当前页面中包含a.htm的正确语句是() A、 %@ include=”a.htm”%B、 jsp:include file=”a.htm”/ C、 %@ include page=”a.htm”% D、 %@ include file=”a.htm”% 

考题 当在JSP文件中要使用到Vector对象时,应在JSP文件中加入以下哪个语句?()A、〈jsp:include file=”java.util.*” /〉B、〈jsp:include page=”java.util.*” /〉C、〈%@ page import=”java.util.*” %〉D、〈%@ page include=”java.util.*” %〉

考题 JSP中包括2种指令:page指令和include指令。

考题 假设在helloapp应用中有一个hello.jsp,它的文件路径如下:TOMCAT_HOME%/webapps/helloapp/hello/hello.jsp那么在浏览器端访问hello.jsp的URL是什么?()A、http://localhost:8080/hello.jspB、http://localhost:8080/helloapp/hello.jspC、http://localhost:8080/helloapp/hello/hello.jsp

考题 在J2EE 中,myWebApp目录是一个Web应用程序根目录,当在浏览器中输入http://localhost:8080/myWebApp/时,会自动打开 该目录下的start.jsp文件。为了达到这个要求,需要在web.xml中添加如下代码()。A、welcome-filestart.jsp/welcome-file B、welcome-file-liststart.jspwelcome-file-list C、welcome-listwelcome-filestart.jsp/welcome-file/welcome-list D、welcome-file-listwelcome-filestart.jsp/welcome-file/welcome-file-list

考题 在J2ee中,myWebApp目录是一个Web应用程序根目录,当在浏览器中输入http://localhost:8080/myWebApp/时,会自动打开该目录下的start.jsp文件。为了达到这个要求,需要在web.xml中添加如下代码()。A、welcome-filestart.jsp/welcome-file B、welcome-file-liststart.jsp/welcome-file-list C、welcome-list  welcome-filestart.jsp/welcome-file /welcome-list D、welcome-file-list welcome-filestart.jsp/welcome-file   /welcome-file-list

考题 下列语句正确的有()A、%@ include file=”head.jsp”% B、% String url=”head.jsp”;%%@ include file=”url”% C、%@ include file=”head.jsp”?name=”lovo”% D、%String companyName=”lovo”;%%@include file”head.jsp”?name=‟companyName”% 

考题 在j2ee中,mywebapp目录是一个web应用程序根目录,当在浏览器中输入http://localhost:8080/mywebapp/时,会自动打开该目录下的start.jsp文家。为了达到这个要求,需要在web.xml中添加如下代码() A、welcome-filestart.jsp/welcome.-file B、welcome-file-list start.jsp /welcome.-file-list C、welcome-filewelcome-file start.jsp/welcome-file /welcome.-file D、welcome-file-listwelcome-file start.jsp /welcome.-file/welcome-file-list

考题 Every page of your web site must include a common set of navigation menus at the top of the page. Thismenu is static HTML and changes frequently,so you have decided to use JSP’s static import mechanism. Which JSP code snippet accomplishes this goal?()A、%@ import file=’/common/menu.html’ %B、%@ page import=’/common/menu.html’ %C、%@ import page=’/common/menu.html’ %D、%@ include file=’/common/menu.html’ %E、%@ page include=’/common/menu.html’ %

考题 Which JSP standard action can be used to import content from a resource called foo.jsp?()A、jsp:import file=’foo.jsp’ /B、jsp:import page=’foo.jsp’ /C、jsp:include page=’foo.jsp’ /D、jsp:include file=’foo.jsp’ /

考题 AMS客户端下载到PC上,路径正确的是A、~http://ams_ip:8080/ams-clientB、http://localhost:8080/ams_downloadC、http://ams_ip:8080/ams_downloadD、http://localhost:8080/ams-client

考题 ()可在JSP页面出现该指令的位置处,静态插入一个文件。A、page指令标签B、page指令的import属性C、include指令标签D、include动作标签

考题 JSP的编译指令标记通常是指()。A、Page指令、Include指令和Taglib指令B、Page指令、Include指令和Plugin指令C、Forward指令、Include指令和Taglib指令D、Page指令、Param指令和Taglib指令

考题 单选题当在JSP文件中要使用到Vector对象时,应在JSP文件中加入以下哪个语句?()A 〈jsp:include file=”java.util.*” /〉B 〈jsp:include page=”java.util.*” /〉C 〈%@ page import=”java.util.*” %〉D 〈%@ page include=”java.util.*” %〉

考题 单选题在J2EE 中,myWebApp目录是一个Web应用程序根目录,当在浏览器中输入http://localhost:8080/myWebApp/时,会自动打开 该目录下的start.jsp文件。为了达到这个要求,需要在web.xml中添加如下代码()。A welcome-filestart.jsp/welcome-file B welcome-file-liststart.jspwelcome-file-list C welcome-listwelcome-filestart.jsp/welcome-file/welcome-list D welcome-file-listwelcome-filestart.jsp/welcome-file/welcome-file-list

考题 单选题在j2ee中,mywebapp目录是一个web应用程序根目录,当在浏览器中输入http://localhost:8080/mywebapp/时,会自动打开该目录下的start.jsp文家。为了达到这个要求,需要在web.xml中添加如下代码()A welcome-filestart.jsp/welcome.-file B welcome-file-list start.jsp /welcome.-file-list C welcome-filewelcome-file start.jsp/welcome-file /welcome.-file D welcome-file-listwelcome-file start.jsp /welcome.-file/welcome-file-list

考题 单选题在当前页面中包含a.htm的正确语句是()A  %@ include=”a.htm”%B  jsp:include file=”a.htm”/ C  %@ include page=”a.htm”% D  %@ include file=”a.htm”% 

考题 单选题下列语句正确的有()A %@ include file=”head.jsp”% B % String url=”head.jsp”;%%@ include file=”url”% C %@ include file=”head.jsp”?name=”lovo”% D %String companyName=”lovo”;%%@include file”head.jsp”?name=‟companyName”% 

考题 单选题Which JSP standard action can be used to import content from a resource called foo.jsp?()A jsp:import file=’foo.jsp’ /B jsp:import page=’foo.jsp’ /C jsp:include page=’foo.jsp’ /D jsp:include file=’foo.jsp’ /

考题 单选题在J2ee中,myWebApp目录是一个Web应用程序根目录,当在浏览器中输入http://localhost:8080/myWebApp/时,会自动打开该目录下的start.jsp文件。为了达到这个要求,需要在web.xml中添加如下代码()。A welcome-filestart.jsp/welcome-file B welcome-file-liststart.jsp/welcome-file-list C welcome-list  welcome-filestart.jsp/welcome-file /welcome-list D welcome-file-list welcome-filestart.jsp/welcome-file   /welcome-file-list

考题 多选题在J2EE中,对于以下的include指令和include动作,书写正确的是()Ajsp:include page=http://localhost:/8080/my.jsp/B%@ include file=http://localhost:/8080/my.jsp/Cjsp:include file=http://localhost:/8080/my.jsp/D%@ include page=http://localhost:/8080/my.jsp/

考题 单选题假设在helloapp应用中有一个hello.jsp,它的文件路径如下:TOMCAT_HOME%/webapps/helloapp/hello/hello.jsp那么在浏览器端访问hello.jsp的URL是什么?()A http://localhost:8080/hello.jspB http://localhost:8080/helloapp/hello.jspC http://localhost:8080/helloapp/hello/hello.jsp