试题详情
- 单项选择题 After a merger with another small business, your company has inherited a legacy WAR file but the originalsource files were lost. After reading the documentation of that web application,you discover that the WARfile contains a useful tag library that you want to reuse in your own webapp packaged as a WAR file. What do you need to do to reuse this tag library?()
A、Simply rename the legacy WAR file as a JAR file and place it in your webapp’s library directory.
B、Unpack the legacy WAR file, move the TLD file to the META-INF directory, repackage the whole thingas a JAR file, and place that JAR file in your webapp’s library directory.
C、Unpack the legacy WAR file, move the TLD file to the META-INF directory, move the class files to thetop-level directory, repackage the whole thing as a JAR file, and place that JAR file in your webapp’slibrary directory.
D、Unpack the legacy WAR file, move the TLD file to the META-INF directory, move the class files to the top-level directory, repackage the WAR, and place that WAR file in your webapp’s WEB-INF directory.
- C
关注下方微信公众号,在线模考后查看
热门试题
- 什么是常量?什么是变量?字符变量与字符串
- 具有7个顶点的有向图至少应有多少条边才可
- 下列Java代码中的变量a、b、c分别在
- 建立一个银行账户类,要求能够存放用户的账
- Which two̳
- public c
- Given a va
- 1. public&ensp
- 下列哪个工具可以编译java源文件?
- public级的成员变量能够被以下哪些对
- 在JAVA接口中可以定义()
- Given the&ensp
- Given the&ensp
- 下面类中属于字节I/O流的是()
- 二维数组的行和列是相同的
- What is th
- class ThreadBo
- 在一个循环中使用break,contin
- Given the&ensp
- You have