试题详情
- 单项选择题 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 thetop-level directory, repackage the WAR, and place that WAR file in your webapp’s WEB-INF directory.
- C
关注下方微信公众号,在线模考后查看
热门试题
- 33. try {
- public class&e
- Which statemen
- public class&e
- 以下哪个不是Collection的子接口
- 如何区分多个构造函数?()
- 对小程序的安全限制的描述中,错误的是()
- public class&e
- Java的字符采用何种编码方案?有何特点
- 14. DateFormat
- 现有: 1.class&e
- Given classes defin
- Which statement
- What is th
- javax.swing.JPopMenu
- Which element,
- Which three
- Which construc
- 关于接口,描述正确的是()
- 设计一个能随机产生100个大写英文字母的