网友您好, 请在下方输入框内输入要搜索的题目:
题目内容
(请给出正确答案)
如何利用ServletContext和ServletConfig对象获得初始化参数。
参考答案
更多 “如何利用ServletContext和ServletConfig对象获得初始化参数。” 相关考题
考题
在J2EE中,对于以下ServletConfig的描述,正确的是()。
A.一旦servlet被实例化后,包容器把一个ServletConfig类型的对象传送给init()方法B.可以使用Servlet的getServletConfig()方法返回ServletConfig对象C.ServletConfig对象的方法getInitParameter(name)返回初始化参数name的值,初始化参数一般定义在web.xml中D.ServletConfig对象的方法getServletName()方法返回在web.xml中的元素的值
考题
Servlet2.4以后提供了哪几种对象的事件监听?()A、ServletContext监听Servlet的会话信息B、ServletContext监听Web上下文的信息C、HttpSession监听Servlet的会话信息D、ServletRequest监听Servlet的请求信息E、HttpSession监听Web上下文的信息
考题
下列关于ServletConfig接口说法错误的是()A、ServletConfig接口是一个由Servlet容器使用的Servlet配置对象B、ServletConfig接口用于在Servlet初始化时向它传递信息C、ServletConfig接口拥有getInitParameter()方法D、ServletConfig接口拥有getServletName()方法E、ServletConfig接口的getServletContext()方法不返回任何值
考题
Servlet可以通过以下哪个接口实现请求转发机制?()A、HttpServletRequest接口B、RequestDispatcher接口C、HttpServletResponse接口D、ServletConfig接口E、Filter接口
考题
Servlet服务结束,servlet会调用()方法释放资源 A、free(0)B、free(ServletConfig config)C、destroyD、destroy(ServletConfig config)
考题
如何获取ServletContext设置的参数值()。A、context.getParameter()B、context.getInitParameter()C、context.getAttribute()D、context.getRequestDispatcher()
考题
在J2EE中,对于以下ServletConfig的描述,正确的是()。A、一旦servlet被实例化后,包容器把一个ServletConfig类型的对象传送给init()方法B、可以使用Servlet的getServletConfig()方法返回ServletConfig对象C、ServletConfig对象的方法getInitParameter(name)返回初始化参数name的值,初始化参数一般定义在web.xml中D、ServletConfig对象的方法getServletName()方法返回在web.xml中的元素的值
考题
Servlet通过()可以实现请求转发机制。A、HttpServletRequest接口B、RequestDispatcher接口C、HttpServletResponse接口D、ServletConfig接口E、Filter接口
考题
实现ServletContextListener和ServletContextAttributeListener接口,可以监听ServletContext的哪些信息?()A、ServletContext的创建B、ServletContext的删除C、ServletContext属性的增加D、ServletContext属性的删除E、ServletContext属性的修改
考题
J2EE中()类()方法用于返回应用程序的上下文路径。A、ServletContext、getContextPath()B、HttpServletRequset、getPathInfo()C、HttpServletRequest、getContextPath()D、ServletContext、getPathInfo()
考题
ServletContext对象是如何创建的()A、由 Servlet容器创建,对于每个HTTP请求.Servlet容器都会创建一个ServletContext对象B、由JavaWeb 应用本身为自己创建一个ServletContext对象C、由Servlet容器创建,对于每个JaveWeb应用,在启动时,Servlet容器都会创建一个ServletContext对象
考题
多选题在J2EE中,对于以下ServletConfig的描述,正确的是()。A一旦servlet被实例化后,包容器把一个ServletConfig类型的对象传送给init()方法B可以使用Servlet的getServletConfig()方法返回ServletConfig对象CServletConfig对象的方法getInitParameter(name)返回初始化参数name的值,初始化参数一般定义在web.xml中DServletConfig对象的方法getServletName()方法返回在web.xml中的元素的值
考题
单选题ServletContext对象是如何创建的()A
由 Servlet容器创建,对于每个HTTP请求.Servlet容器都会创建一个ServletContext对象B
由JavaWeb 应用本身为自己创建一个ServletContext对象C
由Servlet容器创建,对于每个JaveWeb应用,在启动时,Servlet容器都会创建一个ServletContext对象
考题
单选题servlet服务结束时,servlet会调用()方法是否资源A
free();B
free(ServletConfig config)C
destroy()D
destroy(ServletConfig config)
考题
单选题在J2EE中,在web.xml有如下代码段: 在Servlet中()把Servlet名:teacher取出来。A
使用Servlet的getServletName方法B
使用ServletConfig的getServletName方法C
使用ServletContext的getServletName方法D
使用ServletRequest的getServletName方法
热门标签
最新试卷