网友您好, 请在下方输入框内输入要搜索的题目:
题目内容
(请给出正确答案)
判断题
Page对象代表JSP页面对应的Servlet类实例。
A
对
B
错
参考答案
参考解析
解析:
暂无解析
更多 “判断题Page对象代表JSP页面对应的Servlet类实例。A 对B 错” 相关考题
考题
Page指令用于定义JSP文件中的全局属性,下列关于该指令用法的描述不正确的是:()A、%@ page %%@ page %作用于整个JSP页面B、可以在一个页面中使用多个%@ page %%@ page %指令C、为增强程序的可读性,建议将%@ page %%@ page %指令放在JSP文件的开头,但不是必须的D、%@ page %%@ page %指令中的属性只能出现一次
考题
当属性scope的值为application时,JSP动作定义的JavaBean实例就会被存储到()对象中。A、Servlet ContextB、Http SessionC、Servlet ApplicationD、Http Servlet Request
考题
在JSP页面中,正确引入JavaBean的是() A、%jsp: useBean id =”myBean” scope =”page” class=”pkg.MyBean” % B、jsp: useBean name=”myBean” scope =”page” class=”pkg.MyBean” C、jsp: useBean id =”myBean” scope =”page” class=”pkg.MyBean” / D、jsp: useBean name=”myBean” scope =”page” class=”pkg.MyBean” /
考题
要设置某个JSP页面为错误处理页面,以下page指令正确的是()。A、〈%@ page errorPage="true"%〉B、〈%@ page isErrorPage="true"%〉C、〈%@ page extends="javax.servlet.jsp.JspErrorPage"%〉D、〈%@ page info="error"%〉
考题
关于JSP和Servlet的描述正确的是() A、Jsp能够访问JavaAPI,具备Servlet的全部优点B、Jsp页面只能在接受请求时动态编译成serveltC、Jsp技术构建在Servlet上,它是支持HTML和XML页面制作的Servlet技术的扩展D、访问jsp页面,需要预编译成Servlet
考题
JSP页面的page指令主要用于设置该页面的各种属性,page指令的language属性的作用是()。A、将需要的包或类引入到JSP页面中B、指定JSP页面使用的脚本语言,默认为JavaC、指定JSP页面采用的编码方式,默认为text/htmlD、服务器所在国家
考题
Page指令用于定义JSP页面的全局属性,下列关于该指令的描述不正确的是()?A、〈%@ page%〉作用于整个JSP页面B、为增强程序的可读性,建议将Page指令放在JSP文件的开头,但这不是必须的C、〈%@ page%〉指令中的isErrorPage属性若被设置为true,则表示当前页面为出现异常时所显示的页面,该页面能使用exception对象D、〈%@ page%〉指令中的errorPage属性可以出现多次并设置不同的值
考题
A session-scoped attribute is stored by a servlet, and then that servlet forwards to a JSP page. Which threejsp:useBean attributes must be used to access this attribute in the JSP page?()A、idB、nameC、beanD、typeE、scope
考题
单选题要设置某个JSP页面为错误处理页面,以下page指令正确的是()。A
〈%@ page errorPage=true%〉B
〈%@ page isErrorPage=true%〉C
〈%@ page extends=javax.servlet.jsp.JspErrorPage%〉D
〈%@ page info=error%〉
考题
多选题A session-scoped attribute is stored by a servlet, and then that servlet forwards to a JSP page. Which threejsp:useBean attributes must be used to access this attribute in the JSP page?()AidBnameCbeanDtypeEscope
考题
多选题关于JSP和Servlet的描述正确的是()AJsp能够访问JavaAPI,具备Servlet的全部优点BJsp页面只能在接受请求时动态编译成serveltCJsp技术构建在Servlet上,它是支持HTML和XML页面制作的Servlet技术的扩展D访问jsp页面,需要预编译成Servlet
考题
单选题A session-scoped attribute, product, is stored by a servlet. That servlet then forwards to a JSP page. This attribute holds an instance of the com.Company. Product class with a name property of “The Matrix” and price property of 39.95. Given the JSP page code snippet: What is the response output of this JSP page code snippet? ()A
Default costs 0.0B
Default costs 49.95C
Default costs 39.95D
The Matrix costs 0.0E
The Matrix costs 49.95F
The Matrix costs 39.95
考题
单选题JSP页面的page指令主要用于设置该页面的各种属性,page指令的language属性的作用是()。A
将需要的包或类引入到JSP页面中B
指定JSP页面使用的脚本语言,默认为JavaC
指定JSP页面采用的编码方式,默认为text/htmlD
服务器所在国家
考题
问答题指定一个导入JSP页面的page指令之前,可以在该页面中使用java类吗?
热门标签
最新试卷