在J2EE中,对于动作的描述,正确的是()。A、当前执行JSP执行活动停止,并且清楚缓冲区,把请求传递到URL上B、相当于include动作,把请求传递到URL上C、当前执行活动停止,并且清楚缓冲区,重定向URL到上,但又把请求传递到URL上D、相当于include指令
在J2EE中,对于
- A、当前执行JSP执行活动停止,并且清楚缓冲区,把请求传递到URL上
- B、相当于include动作,把请求传递到URL上
- C、当前执行活动停止,并且清楚缓冲区,重定向URL到上,但又把请求传递到URL上
- D、相当于include指令
相关考题:
在J2EE中,对于动作的描述,正确的是()。 A.当前执行JSP执行活动停止,并且清楚缓冲区,把请求传递到URL上B.相当于include动作,把请求传递到URL上C.当前执行活动停止,并且清楚缓冲区,重定向URL到上,但又把请求传递到URL上D.相当于include指令
在Servlet中,HttpServletResponse的_______方法用来把一个Http请求重定向到另外的URL。 A、sendURL()B、redirectURL()C、sendRedirect()D、redirectResponse()
下列有关浏览器到服务器到脚本到程序表述正确的是?()A、一个URL指向一个CGI脚本、一个CGI脚本的URL能如普通的URL一样在任何地方出现B、服务器接收请求,按照那个URL指向的脚本文件(注意文件的位置和扩展名),执行脚本C、脚本执行基于输入数据的操作,包括查询数据库、计算数值或调用系统中其他程序D、脚本不能产生某种Web服务器能理解的输出结果
在J2EE中,对于动作的描述,正确的是()。 A、 当前JSP执行活动停止,并且清除缓冲区,把请求传递到URL上B、 相当于include动作,把请求传递到URL上C、 当前JSP执行活动停止,并且清除缓冲区,重定向到URL上,但不把请求传递到URL上D、 相当于include指令
下列语句正确的有()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”%
下面有关将物件链接到URL上的描述正确的是:()A、前置词http://必须放在URL地址之后,以确保链接正确B、ImageMap(Attributes控制板上)限定了链接选定的URL的按钮的形状C、URL选项中显示的URL项目数是没有限制的D、在AdobeIllustratorCS2中所建立的所有物件都可以链接到UniformResourceLocator(URL)上
Which JSTL code snippet can be used to import content from another web resource?()A、c:import url="foo.jsp"/B、c:import page="foo.jsp"/C、c:include url="foo.jsp"/D、c:include page="foo.jsp"/
HttpServletResponse的()方法用于将一个HTTP请求重定向到另一个URL. A、 sendURLB、 redirectURLC、 sendRedirect()D、 getRequestDistpatcher(),
下列说法正确的有()A、forward方法请求转发的组件只能是同一个WEB应用中B、RequestDispatcher对象指定的URL是相对于整个WEB站点的根目录C、sendRedirect方法中的URL是相对于当前WEB应用程序的根目录D、RequestDispatcher对象指定的URL是相对于当前WEB应用程序的根目录E、sendRedirect方法中的URL是相对于整个WEB站点的根目录
Servlet可通过由容器传递来的HttpServletRequest对象的()方法来获取客户请求URL中使用的协议类型。A、getParameterB、getProtocolC、getContentTypeD、getAttribute
Servlet中,HttpServletResponse的()方法用来把一个Http请求重定向到另外的URL。A、sendURL()B、redirectURL()C、sendRedirect()D、redirectResponse()
Which the JSTL code snippet can be used to import content from another web resource?()A、 c:import url=*foo.jsp”/ B、 c:import page=*foo.jsp”/ C、 c:include url=*foo.jsp”/ D、 c:include page=*foo.jsp”/ E、 Importing cannot be done in JSTL. A standard action must be used instead.
You have a new IT manager that has mandated that all JSPs must be refactored to include no scritpletcode. The IT manager has asked you to enforce this. Which deployment descriptor element will satisfy thisconstraint?()A、jsp-property-group. url-pattern*.jsp/url-pattern. permit-scriptingfalse/permit-scripting. /jsp-property-groupB、jsp-config. url-pattern*.jsp/url-patternpermit-scriptingfalse/permit-scripting. /jsp-configC、jsp-config. url-pattern*.jsp/url-pattern. scripting-invalidtrue/scripting-invalid. /jsp-configD、jsp-property-group. url-pattern*.jsp/url-pattern. scripting-invalidtrue/scripting-invalid. /jsp-property-group
下列关于设置按钮元件或实例的URL不正确的是:()A、URL(即统一资源定位器)是到其它网页、网站或同一网页上的锚定的链接B、URL可以是元件级按钮属性,也可以是实例级按钮属性C、可以在URL”面板中将URL附加到所选按钮实例上D、URL设置通常只针对于按钮元件的实例来应用
单选题HttpServletResponse的()方法用于将一个HTTP请求重定向到另一个URL.A sendURLB redirectURLC sendRedirect()D getRequestDistpatcher(),
单选题在J2EE中,对于动作的描述,正确的是()。A 当前JSP执行活动停止,并且清除缓冲区,把请求传递到URL上B 相当于include动作,把请求传递到URL上C 当前JSP执行活动停止,并且清除缓冲区,重定向到URL上,但不把请求传递到URL上D 相当于include指令
单选题Which JSTL code snippet can be used to import content from another web resource?()Ac:import url=foo.jsp/Bc:import page=foo.jsp/Cc:include url=foo.jsp/Dc:include page=foo.jsp/
单选题下列语句正确的有()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”%
单选题Servlet中,HttpServletResponse的()方法用来把一个Http请求重定向到另外的URL。AsendURL()BredirectURL()CsendRedirect()DredirectResponse()
单选题You have a new IT manager that has mandated that all JSPs must be refactored to include no scritpletcode. The IT manager has asked you to enforce this. Which deployment descriptor element will satisfy thisconstraint?()Ajsp-property-group. url-pattern*.jsp/url-pattern. permit-scriptingfalse/permit-scripting. /jsp-property-groupBjsp-config. url-pattern*.jsp/url-patternpermit-scriptingfalse/permit-scripting. /jsp-configCjsp-config. url-pattern*.jsp/url-pattern. scripting-invalidtrue/scripting-invalid. /jsp-configDjsp-property-group. url-pattern*.jsp/url-pattern. scripting-invalidtrue/scripting-invalid. /jsp-property-group
单选题在J2EE中,对于动作的描述,正确的是()。A当前执行JSP执行活动停止,并且清楚缓冲区,把请求传递到URL上B相当于include动作,把请求传递到URL上C当前执行活动停止,并且清楚缓冲区,重定向URL到上,但又把请求传递到URL上D相当于include指令
多选题下列说法正确的有()Aforward方法请求转发的组件只能是同一个WEB应用中BRequestDispatcher对象指定的URL是相对于整个WEB站点的根目录CsendRedirect方法中的URL是相对于当前WEB应用程序的根目录DRequestDispatcher对象指定的URL是相对于当前WEB应用程序的根目录EsendRedirect方法中的URL是相对于整个WEB站点的根目录