IBM C2140-819 - Rational Application Developer V8 Associate Exam
Page: 3 / 12
Total 60 questions
Question #11 (Topic: )
A developer wants to create a Java project in the current workspace. To accomplish this
using the workbench menu options, what does the developer do?
using the workbench menu options, what does the developer do?
A. selects File > New > Java class and types in the Java project name, Workspace name, Package name, and Class name
B. selects File > New > Java project, types in a project name, and selects "Use default location"
C. selects Project > Generate Java project, and types in a name for the project
D. selects Workspace > New Java project
Answer: B
Question #12 (Topic: )
What are the two JMS destination types available when creating a Message Driven Bean in
RAD 8? (Choose two.)
RAD 8? (Choose two.)
A. Queue
B. Subscription
C. Bean Managed
D. Container Managed
E. Topic
Answer: A,E
Question #13 (Topic: )
A web application uses a set of Java classes, which are also used by several other web
applications. The application designers want to separate out this logic into its own
component to allow reuse and still give the developers the ability to edit the code in those
classes as the project progresses. What is the best way to achieve this?
applications. The application designers want to separate out this logic into its own
component to allow reuse and still give the developers the ability to edit the code in those
classes as the project progresses. What is the best way to achieve this?
A. create a new Java project, export it as a JAR, and import it into the web project into the lib folder
B. copy the Java source code into the web project as into the Java folder
C. create a new Java project and add this project to the deployment assembly list
D. encapsulate the Java logic in an EJB and invoke this from the web project
Answer: C
Question #14 (Topic: )
Which web services client type can you create in RAD 8?
A. Java Proxy
B. Service Proxy
C. Web Proxy
D. EJB Proxy
Answer: A
Question #15 (Topic: )
A developer needs to debug a javascript on Rational Application Developer with Firefox
with firebug as the default web browser. What does the developer do to debug the
javascript?
with firebug as the default web browser. What does the developer do to debug the
javascript?
A. set breakpoint on the javascript and debug on the server
B. on the Firefox window, select Preferences -> IDE -> Accept breakpoints -> Enable breakpoints
C. on the Firefox window when the page loads, press F5 to enable breakpoints on the javascript
D. on the Firefox window, select Preferences -> Accept breakpoints -> Enable breakpoints
Answer: A