现在我们为MyWebApp开发了一些Servlet,应该将这些Servlet发布于()文件夹中。A、/(根目录)B、/WEB-INF/C、/WEB-INF/classesD、/WEB-INF/lib

现在我们为MyWebApp开发了一些Servlet,应该将这些Servlet发布于()文件夹中。

  • A、/(根目录)
  • B、/WEB-INF/
  • C、/WEB-INF/classes
  • D、/WEB-INF/lib

相关考题:

有一电源电压为110V,现在只有额定电压110V的信号灯,要使用这些信号灯时应该()。 A、直接接到电源上即可作用B、无法使用这些信号灯C、将两个同瓦数的信号灯串联接到电源上

“摇头丸”是类似于糖果一种毒品,它主要出现在慢摇吧、酒吧等一些场所,青少年应该远离这些场所。() 此题为判断题(对,错)。

关于 Servlet 的论述,正确的有() 。 A.Servlet 就是一般的 Java 程序,没有什么特点B.Servlet 可以通过 javaservlet-name 直接运行C.有些 Servlet 是需要在客户端运行的D.我们常说的 Servlet 是继承 HttpServlet 类的服务器端 Java 程序

The train might be early, so we'd better play safe and leave now. () A.火车或许会早开,我们最好安全地玩耍。B.火车或许会早开,我们最好现在就动身。C.火车或许会早到,为了稳妥起见,我们最好现在就动身。D.火车或许会早到,我们最好安全地玩耍。

在MVC 模试中,JSP 将数据交到 Servlet ,Servlet 怎样将Bean 传入到另一个 JSP 页面。

JSP 将数据交到Servlet 时,Servlet 出错,怎样保存 JSP 页面上的信息

我们应该怎样分这些苹果?How shall we__________ __________these apples?

一些刺激比另一些刺激更能满足我们的需要,更让我们喜欢,我们被这些刺激吸引,愿意接近这些刺激,这种解释吸引的理论叫()A距离观B纽科姆观C海德观D强化理论

存在绘制ERD的正式规则。即使这些规则只是一些指导原则,您仍然应该尽量遵守这些规则。

在J2EE中,把所有的文件包括子目录都打包到一个名为myWebApp.war的归档文件中的命令()。 A、jar-tvf myWebApp.warB、jar-cf myWebApp.war *C、jar-tf myWebApp.war *D、jar-tcf myWebApp.war

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 ExceptionC、 The servlet’s init method sets the Servlet Response’s context length to 0D、 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.

Servlet A forwarded a request to servlet B using the forward method of RequestDispatcher. What attributein B’s request object contains the URI of the original request received by servlet A?()A、REQUEST_URIB、javax.servlet.forward.request_uriC、javax.servlet.forward.REQUEST_URID、javax.servlet.request_dispatcher.request_uriE、javax.servlet.request_dispatcher.REQUEST_URI

现在市面上有一些大肠杆菌疫苗,这些疫苗是否有效?

下面哪个有关Servlet中init()操作的说法不正确的是:()A、在Servlet实例化之后,Servlet容器会调用init()方法。B、Servlet 通过init()方法可以实现一些初始化工作,如建立数据库连接,获取配置信息等C、init()方法可以被多次调用

关于Servlet的论述,正确的有()。A、Servlet就是一般的Java程序,没有什么特点B、Servlet可以通过javaservlet-name直接运行C、有些Servlet是需要在客户端运行的D、我们常说的Servlet是继承HttpServlet类的服务器端Java程序

下面关于Servlet的陈述正确的是()A、我们在浏览器的地址栏直接输入要请求的Servlet,该Servlet默认会使用doPost方法处理请求B、Servlet运行在服务器端C、Servlet的生命周期包括:实例化,初始化,服务,破坏,不可以用D、Servlet不能向浏览器发送Html标签

一般来说,在多个并发线程正在执行的时候,如果有一个新的请求到来,Servlet容器将构造Servlet的一个实例,为每个用户请求建立一个新进程,这意味着,多个线程可能同时访问一些共享数据。如果要阻止这种多线程的访问,可以使Servlet实现哪个接口?()A、NewThreadModel接口B、NewServlet接口C、SingleThreadModel接口D、SingleServlet接口

我们上网时经常会碰到一些自己比较喜欢的网站,要想以后再次访问这些网站时比较方便快捷,比较好的做法是()。A、将这些网站的网址录入到Word中并保存为Word文档B、将这些网站的网址按类别分类保存到浏览器的收藏夹中C、将这些网站的网址写在纸上,随身携带D、将这些网站的网址存放在电子邮箱中,需要时打开邮箱查阅

库氏法将肝脏分为八个区,以肝段(S)命名,下列说法错误的是()。A、尾状叶为S1B、左内侧叶为S4C、右前上段为S8D、左内叶背侧由肝圆韧带将S1及S4分开E、右后叶下段为S6

单选题Servlet A receives a request that it forwards to servlet B within another web application in the same webcontainer. Servlet A needs to share data with servlet B and that data must not be visible to other servlets inA’s web application. In which object can the data that A shares with B be stored?()AHttpSessionBServletConfigCServletContextDHttpServletRequestEHttpServletResponse

单选题Servlet A forwarded a request to servlet B using the forward method of RequestDispatcher. What attributein B’s request object contains the URI of the original request received by servlet A?()AREQUEST_URIBjavax.servlet.forward.request_uriCjavax.servlet.forward.REQUEST_URIDjavax.servlet.request_dispatcher.request_uriEjavax.servlet.request_dispatcher.REQUEST_URI

单选题Servlet A receives a request that it forwards to servlet B within another web application in the same web container. Servlet A needs to share data with servlet B and that data must not be visible to other servlets in A’s web application.  In which object can the data that A shares with B be stored?()A HttpSessionB ServletConfigC ServletContextD HttpServletRequestE HttpServletResponse

多选题Which two prevent a servlet from handling requests.?()AThe servlet’s init method returns a non-zero status.BThe servlet’s init method throws a Servlet ExceptionCThe servlet’s init method sets the Servlet Response’s context length to 0DThe servlet’s init method sets the Servlet Response’s content type to null.EThe servlet’s init method does NOT return within a time period defined by the servlet container.

单选题一些刺激比另一些刺激更能满足我们的需要,更让我们喜欢,我们被这些刺激吸引,愿意接近这些刺激,这种解释吸引的理论叫()A距离观B纽科姆观C海德观D强化理论

单选题现在我们为MyWebApp开发了一些Servlet,应该将这些Servlet发布于()文件夹中。A/(根目录)B/WEB-INF/C/WEB-INF/classesD/WEB-INF/lib

单选题在J2EE中,把所有的文件包括子目录都打包到一个名为myWebApp.war的归档文件中的命令()。Ajar-tvf myWebApp.warBjar-cf myWebApp.war *Cjar-tf myWebApp.war *Djar-tcf myWebApp.war

单选题在J2EE中,把所有的文件包括子目录都打包到一个名为myWebApp.war的归档文件中的命令是()。Ajar -tvf myWebApp.warBjar -cf myWebApp.war *Cjar -tf myWebApp.war *Djar -tcf myWebApp.war