下面哪些产品是,或者包含Servlet Container()

题目
多选题
下面哪些产品是,或者包含Servlet Container()
A

Apache

B

Tomcat

C

Weblogic Server

D

WebSphere

参考答案和解析
正确答案: B,C,D
解析: 暂无解析
如果没有搜索结果或未解决您的问题,请直接 联系老师 获取答案。
相似问题和答案

第1题:

下面哪些技术可以与浏览器直接交互()。

  • A、XML
  • B、Javascript
  • C、VBScript
  • D、JSP
  • E、Servlet

正确答案:B,C

第2题:

下面哪些产品是,或者包含Servlet Container()

  • A、Apache
  • B、Tomcat
  • C、Weblogic Server
  • D、WebSphere

正确答案:B,C,D

第3题:

Which two prevent a servlet from handling requests.?()

  • A、 The servlet’s init method returns a non-zero status.
  • B、 The servlet’s init method throws a Servlet Exception
  • C、 The servlet’s init method sets the Servlet Response’s context length to 0
  • D、 The servlet’s init method sets the Servlet Response’s content type to null.
  • E、 The servlet’s init method does NOT return within a time period defined by the servlet container.

正确答案:B,E

第4题:

下面关于ServletException的方法说法正确的是()

  • A、ServletException()方法构建一个新的Servlet异常
  • B、ServletException(Stringmessage)方法构建一个指定信息的新的Servlet异常
  • C、ServletException(ThrowablerootCause)方法构建一个新的Servlet异常,Servlet需要时抛出,包含妨碍正常操作的根异常信息
  • D、getRootCause()方法返回引起Servlet异常的原因
  • E、以上方法只有AB正确

正确答案:A,B,C,D

第5题:

下面哪些概念是包含在产品组合中的()

  • A、产品线
  • B、产品形式
  • C、产品种类
  • D、产品项目
  • E、产品组合的相关性

正确答案:A,D,E

第6题:

下列哪些是J2EE中包含的容器()

  • A、JSP container
  • B、Servlet container
  • C、EJBs container
  • D、JavaBeans container

正确答案:B,C

第7题:

Which three are described in the standard web application deployment descriptor?()

  • A、session configuration
  • B、MIME type mappings
  • C、context root for the application
  • D、servlet instance pool configuration
  • E、web container default port bindings
  • F、Servlet Context initialization parameters

正确答案:A,B,F

第8题:

Which the three are true about servlet filters?()

  • A、 A filter must implement the destroy method
  • B、 A filter must implement the doFilter method
  • C、 A servlet may have multiple filters associated with it
  • D、 A servlet that is to have a filter applied to it must implement the javax.servlet.FilterChain  interface
  • E、 A filter that is part of a filter chain passes control to the next filter in the chain by invoking the filterChain forward method
  • F、 For each  element in the web application deployment descriptor, multiple instances of a filter may be created by the web container

正确答案:A,B,C

第9题:

Which is the true choice about the web container request processing model()?

  • A、 The init method on a filter is called the first time a servlet mapped to that filter is invoked
  • B、 A filter defined for a servlet must always forward control to the next resource in the filter chain.
  • C、 Filters associated with a named servlet are applied in the order they appear in the web application deployment descriptor file
  • D、 If the init method on a filter throws an UnavailableException, then the container will make no further attempt to execute it

正确答案:C

第10题:

下面关于Servlet生命周期的描述不正确的是()。

  • A、 Servlet实例由Servlet容器负责加载和创建
  • B、 Servlet容器调用init()方法初始化Servlet,每加载一次Servlet都会执行一次init()方法
  • C、 Servlet初始化完毕后,就处于能响应请求的就绪状态
  • D、 Servlet的destroy()方法指明哪些资源可以被系统回收

正确答案:B

更多相关问题