IBM Certified Associate Developer 000-285 Web Demo
This webdemo is just a demo data, only for reference and learning, there is no other purposes
1. A developer wants to perform an incremental build of resources in
the workspace each time a change is made to a Java class. What is the
BEST approach for the developer to take within the
Window->Preferences window to ensure that this happens?
A. Select Workbench -> Perform the build automatically on resource modification
B. Select Workbench -> Save all modified resources automatically prior to manual rebuild
C. Select Java -> Compiler -> Classfile Generation and
check the Add source file name to the generated class file checkbox
D. Select Workbench -> Build Order and Enter the required resources in the Build Order
Answer: A
2.A developer wants to populate a Web project from a Web site which
resides on a remote server and contains servlets. The BEST way to
import the site is to use:
A. The HTTP import utility
B. The File system import utility
C. The JAR import utility
D. The FTP import utility
Answer: D
3. Which of the following views are part of the default Java perspective?
A. Package Explorer
B. Navigator
C. Outline
D. Hierarchy
E. Properties
Answer: ACD
4. While a developer is creating an Enterprise Application Project
using the wizard, which other J2EE component can be created
simultaneously?
A. DataSource Project
B. Web Project
C. Java Project
D. Server Project
Answer: B
5. A developer wants to import a project that was previously created in
another workspace. The BEST way to accomplish that is to select which
File -> Import option?
A. File system
B. Existing Project into Workspace
C. Zip file
D. External Plug-ins and Fragments
Answer: B
6. A developer has performed a Search in the Help perspective. The
developer wants to see where a topic returned by the search fits into
the table of contents. What is the BEST way to do this?
A. Select the Forward icon in the Help toolbar to go to the next corresponding item in the table of contents.
B. Select the Back icon from the Help toolbar to bring up the topics heading in the table of contents.
C. Select the Synchronize Navigation icon in the Help toolbar.
D. Double click on the topic's title in the document view.
Answer: C
7. The FASTEST way for a developer to obtain step-by-step guidance on creating, testing, and running a Web application is to:
A. read the product documentation
B. look through the help Table of Contents
C. select the Search -> Help... menu option
D. use the Help menu Cheat Sheets
Answer: D
8. Which operation is NOT available in the Data perspective?
A. browse and import schemas
B. create datasource objects
C. export data definitions (DDL)
D. create and test SQL statements
Answer: B