下列哪个为JSP的隐含对象()A、envB、pageC、jspinfoD、context

下列哪个为JSP的隐含对象()

  • A、env
  • B、page
  • C、jspinfo
  • D、context

相关考题:

下面哪个jsp隐含对象可以实现多次请求共享(选择两个答案)() A、pageB、requestC、getD、applicatio

如果用JSP开发一个聊天程序,不用数据库存储聊天记录,请问聊天记录最后存储在()中。 A.requestB.pageC.sessionD.application

下列哪个不是jsp内置对象:() A、requestB、responseC、outD、session

( )对象可以处理JSP页面中运行的错误或异常A、pageContextB、pageC、sessionD、exception

下边哪个不是JSP的内置对象?()A.sessionB.requestC.cookieD.out

下列哪个为JSP的隐含对象() A.envB.pageC.jspinfoD.context

在段定义时,如果定位类型用户未选择,就表示是隐含类型,其隐含类型是()。A.WORDB.PAGEC.BYTED.PARA

()隐式对象可以处理jsp页面运行中的错误或者异常。A、pageContextB、pageC、sessionD、exception

下列哪个对象用来存储一个应用中所有用户共享的信息?()A、Application对象B、Session对象C、Response对象D、Object Context对象

当在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.*” %〉

A JSP page needs to perform some operations before servicing the first request. Where can this be done?()A、 within a method called jspInitB、 within the page directive of the JSP pageC、 within a scriptlet at the top of the JSP pageD、 within the  XML element

关于JavaBean,下列()是正确的。A、JavaBean是可以重复利用、跨平台的软件组件B、JavaBean总是有一个GUI界面C、在JSP页面中,JavaBean的GUI界面总会被隐藏D、一个位于JSP中的JavaBean可以使用request等页面隐含对象

在J2EE中,以下对RequestDispatcher描述正确的是()。A、Jsp中有个隐含的对象diapatcher,它的类型是RequestDispatcherB、ServletConfig有一个方法:getRequestDispatcher可以返回RequestDipatcher对象C、RequestDipatcher有一个方法:forward可以把请求继续传递给别的Servlet或者JSP界面D、JSP中有个隐含的默认对象request,它的类型是RequestDipatcher

在J2EE中以下对Request.Dispatcher描述正确的是()。A、JSP中有一个隐含的对象diapatcher,它的类型是Request.DispatcherB、ServletConfig有一个方法,getRequestDispatcher可以取回Request.Dispatche对象C、Request.Dispatche有一个方法,forward可以把请求继续传递给别的servlet或者JSP界面D、JSP中有个隐含的默认对象request,它的类型是Request.Dispatchet

JSP的页面构成包含了多种元素,在下列选项中,属于JSP指令的是()。A、outB、pageC、forwardD、import

哪个JSP隐含对象,转译后对应ServletContext对象内容()。A、pageContextB、configC、pageD、application

声明对象的默认有效范围为()。A、requestB、pageC、sessionD、application

在JSP内置对象中,哪个对象对客户的请求做出响应,向客户端输出信息?()A、outB、responseC、sessionD、request

下边哪个不是JSP的内置对象?()A、sessionB、requestC、cookieD、out

在JSP中,使用动作可以将javaBean嵌入JSP页面,对JavaBean的访问范围不能是()。A、applicationB、pageC、responseD、request

EL表达式在对隐含对象进行查找时最先查找的是()。A、sessionB、pageC、applicationD、cookie

下列哪个方法不是jndi服务器Context对象的常用方法?()A、list()B、lookup()C、find()D、bind()

如果用JSP开发一个聊天程序,不用数据库存储聊天记录,请问聊天记录最好存储在()中 A、requestB、pageC、sessionD、application

单选题下列哪个为JSP的隐含对象()AenvBpageCjspinfoDcontext

单选题当在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.*” %〉

单选题下列哪个方法不是jndi服务器Context对象的常用方法?()Alist()Blookup()Cfind()Dbind()

单选题A JSP page needs to perform some operations before servicing the first request. Where can this be done?()A within a method called jspInitB within the page directive of the JSP pageC within a scriptlet at the top of the JSP pageD within the  XML element