多选题You are developing several tag libraries that will be sold for development of third-party web applications.You are about to publish the first three libraries as JAR files: container-tags.jar,advanced-html-form-tags.jar, and basic-html-form-tags.jar. Wh

题目
多选题
You are developing several tag libraries that will be sold for development of third-party web applications.You are about to publish the first three libraries as JAR files: container-tags.jar,advanced-html-form-tags.jar, and basic-html-form-tags.jar. Which two techniques are appropriate for packaging the TLD files forthese tag libraries?()
A

The TLD must be located within the WEB-INF directory of the JAR file.

B

The TLD must be located within the META-INF directory of the JAR file.

C

The TLD must be located within the META-INF/tld/ directory of the JAR file.

D

The TLD must be located within a subdirectory of WEB-INF directory of the JAR file.

E

The TLD must be located within a subdirectory of META-INF directory of the JAR file.


相似考题

1.Are you looking for a good book to read? Do you need information about universities in the United States? Do you want to know the correct price of a used car? Would you like to read newspapers and magazines from all over different countries? Do you need a quiet place to study? Did you answer yes to any of these questions? Then you should visit the information placeyour local library.A library is more than just a place where books are stored. A library is a source of information. The information may come from books (fiction , nonfiction, or reference book), from periodicals (newspapers, magazines, and journals), from audio-visual materials (records, cassettes, microfilms, video tapes, etc.), or even from a computer terminal.Students go to libraries to study and write research papers. The periodicals room of a university library is where foreign students often find newspapers and magazines from their countries . In the reference room, they can find catalogs(目录) from many universities in the U.S. and other countries. If you are buying a used car, the reference librarian can show you the Blue Book which lists the prices of new and used cars. People who need information in a hurry can telephone the reference librarian at many libraries.There are as many different library services as there are types of people who use them. Children’s libraries provide materials for young readers. They sometimes have storytellers who read stories to groups of children , and a few have computers for the children to play with. Music lovers can listen to recordings of their favorite musicians in music libraries . Some libraries have painting and sculpture exhibits, and most libraries offer special services for blind people, such as books in Braille, ―talking‖ books , and Kurzweil Reading Machines.Libraries provide entertainment as well as information. Novels and short stories from a library’s fiction collection are a good source of enjoyable reading practice. Public libraries often sponsor lectures on topics of interest to member of the community, and a few even offer concerts and films. No matter what your interests are, you will find that a library can be a great place to enjoy yourself while you learn.1.What is another name for a library?()A.A bookstore.B.The periodicals room.C.A reference librarian.D.The information place2.In the reference room of the library you can find().A. the fiction collectionB. newspapers and magazinesC. university catalogsD. materials for young readers3.Which of the following is NOT an example of a library service?()A. Used cars.B. Art exhibits.C. Children’s storytellers.D. Kurzweil Reading Machines4."A library can be a great place to enjoy yourself while you learn." This means you can()in a library.A. talk and laugh as much as you wantB. find entertainment and informationC. play with computersD. enjoy yourself by doing everything you can5.What is the main idea of the whole text? Choose the BEST answer.()A. There are many kinds of libraries.B. There are many books stored in a library.C. Libraries provide entertainment.D. Libraries offer many different services.

更多“多选题You are developing several tag libraries that will be sold for development of third-party web applications.You are about to publish the first three libraries as JAR files: container-tags.jar,advanced-html-form-tags.jar, and basic-html-form-tags.jar. Wh”相关问题
  • 第1题:

    You are developing several tag libraries that will be sold for development of third-party web applications.You are about to publish the first three libraries as JAR files: container-tags.jar,advanced-html-form-tags.jar, and basic-html-form-tags.jar. Which two techniques are appropriate for packaging the TLD files forthese tag libraries?()

    • A、The TLD must be located within the WEB-INF directory of the JAR file.
    • B、The TLD must be located within the META-INF directory of the JAR file.
    • C、The TLD must be located within the META-INF/tld/ directory of the JAR file.
    • D、The TLD must be located within a subdirectory of WEB-INF directory of the JAR file.
    • E、The TLD must be located within a subdirectory of META-INF directory of the JAR file.

    正确答案:B,E

  • 第2题:

    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

  • 第3题:

    In which two web application directories can dependent classes and libraries be located? ()

    • A、 /WEB-INF/lib as a JAR file
    • B、 /META-INF/lib as a JAR file
    • C、 /classes as compiled class files
    • D、 /WEB-INF/lib as compiled class files
    • E、 /WEB-INF/classes as compiled class files
    • F、 /META-INF/classes as compiled class files

    正确答案:A,E

  • 第4题:

    Which three objects are components of a menu module?()

    • A、Menus 
    • B、Canvases 
    • C、Object libraries 
    • D、Visual attributes 
    • E、Attached libraries

    正确答案:A,D,E

  • 第5题:

    Every morning, you inspect your company's development and staging servers. You do this to ensure that the servers have the same versions of all files in your Web application.For security reasons, you can only access the staging server through FTP.You need to synchronize files from the staging server so that the staging server matches the development server.You want to achieve this goal by using the minimum amount of administrative effort. Which tool should you use?()

    • A、FTP
    • B、XCOPY
    • C、the Publish Web tool
    • D、the Copy Web tool

    正确答案:D

  • 第6题:

    You are deploying a Web site to a server managed by a hosting company. The only access you have to the server is through FTP. You need to precompile and deploy the Web site without its source files. What should you do? ()

    • A、Use the Copy Web tool.
    • B、Use the Publish Web tool.
    • C、Use XCOPY.
    • D、Use the Web Setup project Installer.

    正确答案:B

  • 第7题:

    You are working with a team of developers on a Web site. You copy the Web site from the staging server to work on it locally. While making changes, you create new C# source code files and delete old ones. You need to ensure that your changes propagate to the staging server without affecting any files that you have not modified. Which tool should you use? ()

    • A、XCOPY
    • B、the Copy Web tool
    • C、the Publish Web tool
    • D、a Web Setup project

    正确答案:B

  • 第8题:

    多选题
    You are developing several tag libraries that will be sold for development of third-party web applications.You are about to publish the first three libraries as JAR files: container-tags.jar,advanced-html-form-tags.jar, and basic-html-form-tags.jar. Which two techniques are appropriate for packaging the TLD files forthese tag libraries?()
    A

    The TLD must be located within the WEB-INF directory of the JAR file.

    B

    The TLD must be located within the META-INF directory of the JAR file.

    C

    The TLD must be located within the META-INF/tld/ directory of the JAR file.

    D

    The TLD must be located within a subdirectory of WEB-INF directory of the JAR file.

    E

    The TLD must be located within a subdirectory of META-INF directory of the JAR file.


    正确答案: D,B
    解析: 暂无解析

  • 第9题:

    多选题
    Which of the following development libraries are used to make Samba compatible with ADS?()
    A

    Kerberos

    B

    CUPS

    C

    LDAP

    D

    Win32

    E

    IMAP


    正确答案: B,C
    解析: 暂无解析

  • 第10题:

    多选题
    You want to create a valid directory structure for your Java EE web application, and your application usestag files and a JAR file. Which three must be located directly in your WEB-INF directory(NOT in asubdirectory of WEB-INF)?()
    A

    The JAR file

    B

    A directory called lib

    C

    A directory called tags

    D

    A directory called TLDs

    E

    A directory called classes

    F

    A directory called META-INF


    正确答案: F,D
    解析: 暂无解析

  • 第11题:

    多选题
    In which two web application directories can dependent classes and libraries be located? ()
    A

    /WEB-INF/lib as a JAR file

    B

    /META-INF/lib as a JAR file

    C

    /classes as compiled class files

    D

    /WEB-INF/lib as compiled class files

    E

    /WEB-INF/classes as compiled class files

    F

    /META-INF/classes as compiled class files


    正确答案: A,E
    解析: 暂无解析

  • 第12题:

    单选题
    You need to change the text of a pop-up menu that appears when a user right clicks the mouse in the EMP_DATA data block. Where could you find the node for the pop-up menu in the Object Navigator?()
    A

    Built-in Packages 

    B

    Menus 

    C

    PL/SQL Libraries 

    D

    Object Libraries 

    E

    Form Module


    正确答案: A
    解析: 暂无解析

  • 第13题:

    Which of the following development libraries are used to make Samba compatible with ADS?()

    • A、 Kerberos
    • B、 CUPS
    • C、 LDAP
    • D、 Win32
    • E、 IMAP

    正确答案:A,C

  • 第14题:

    You want to create a valid directory structure for your Java EE web application, and your application usestag files and a JAR file. Which three must be located directly in your WEB-INF directory(NOT in asubdirectory of WEB-INF)?()

    • A、The JAR file
    • B、A directory called lib
    • C、A directory called tags
    • D、A directory called TLDs
    • E、A directory called classes
    • F、A directory called META-INF

    正确答案:B,C,E

  • 第15题:

    To use Active Cache features in WebLogic 12C, which three libraries are needed from the WebLogic Server installation to be deployed in WebLogic Server?()

    • A、coherence-work.jar
    • B、coherence.jar
    • C、active-cache-1.0.jar
    • D、coherence-web-spi.war

    正确答案:B,C,D

  • 第16题:

    You need to change the text of a pop-up menu that appears when a user right clicks the mouse in the EMP_DATA data block. Where could you find the node for the pop-up menu in the Object Navigator?()

    • A、Built-in Packages 
    • B、Menus 
    • C、PL/SQL Libraries 
    • D、Object Libraries 
    • E、Form Module

    正确答案:E

  • 第17题:

    You copy a Web site from a development site to a staging site. You do not have the Web site in a source control application. Another developer begins to fix bugs on the staging site while the development team adds features on the development site. You need to synchronize the development site and the staging site and copy the latest version of each file to both locations. What should you do? ()

    • A、Use the Copy Web tool.
    • B、Create a Web Setup project.
    • C、Use the Publish Web tool.
    • D、Use the command line to XCOPY the files.

    正确答案:A

  • 第18题:

    You create a Web site that you must copy from a development server to a testing server, along with all source files. You do not have terminal access to the testing server. You need to create the virtual directory. Then you must copy the Web site to the virtual directory on the testing server without precompiling the site. What should you do?()

    • A、Use the Publish Web tool.
    • B、Use the Copy Web tool.
    • C、Use the command line to XCOPY the files.
    • D、Create a Web Setup project.

    正确答案:B

  • 第19题:

    You are developing and XBAP application for your company intranet. During several development iterations, you manually executable, application, and deployement manifest to the test Web Server. You create an HTML file that has a manifest that you use for testing. During the next iteration, you enchance the XBAP application by making changes. When you use the hyperlink to the deployment manifest to test the deployment, you do not see the changes. You need to ensure that the changes you make are visible when you test the deployment from your machine. What should you do ?()

    • A、 Restart Microsoft Internet Information Services (IIS). Then click the Install hyperlink again.
    • B、 Open Visual Studio command prompt and run mage -cc. Then click the Install hyperlink again.
    • C、 Delete the application, deployment, and executable files from Web Server. Then rebuild the XBAP solution files from the project bin directory to the Web Server and click the Install hyperlink again
    • D、 Delete the application, deployment, and executable files from Web Server. Then recopy the same files to the Web Server, restart IIS and click the Install hyperlink again

    正确答案:C

  • 第20题:

    多选题
    You are developing several tag libraries that will be sold for development of third-party web applications.You are about to publish the first three libraries as JAR files: container-tags.jar,advanced-html-form-tags.jar, and basic-html-form-tags.jar. Which two techniques are appropriate for packaging the TLD files forthese tag libraries?()
    A

    The TLD must be located within the WEB-INF directory of the JAR file.

    B

    The TLD must be located within the META-INF directory of the JAR file.

    C

    The TLD must be located within the META-INF/tld/ directory of the JAR file.

    D

    The TLD must be located within a subdirectory of WEB-INF directory of the JAR file.

    E

    The TLD must be located within a subdirectory of META-INF directory of the JAR file.


    正确答案: A,B
    解析: 暂无解析

  • 第21题:

    多选题
    To use Active Cache features in WebLogic 12C, which three libraries are needed from the WebLogic Server installation to be deployed in WebLogic Server?()
    A

    coherence-work.jar

    B

    coherence.jar

    C

    active-cache-1.0.jar

    D

    coherence-web-spi.war


    正确答案: B,A
    解析: 暂无解析

  • 第22题:

    多选题
    Which three objects are components of a menu module?()
    A

    Menus

    B

    Canvases

    C

    Object libraries

    D

    Visual attributes

    E

    Attached libraries


    正确答案: C,E
    解析: 暂无解析

  • 第23题:

    填空题
    According to Kathleen Imhoff, libraries at the present time are blended libraries.____

    正确答案: B
    解析:
    由题干信息定位至B段。本段指出,现在的图书馆能提供各种各样的媒体和社会文化事件,它们被Kathleen Imhoff称为“混合型图书馆(blended libraries)”。故匹配段落为B段。