51. Rico needs to provide a method in his Linked Java Object with access to the current webAppAccess object. How can
he accomplish this task?
A. Rename the methods to method_webAppAccess
B. Profile the LJO builder call’s source input
C. Create a Method Call builder call to reference the webAppAccess object
D. Declare that the desired methods take one argument of the type WebAppAccess
Answer: D pass4side
52. Maurice needs access to the remote interface of an Enterprise Java Bean that was developed for another application
and is deployed. Which builder call can he use to accomplish this task?
A. EJB Call builder
B. Method Call builder
C. Bean MasterDetail builder
D. Data Page builder (Bean Settings)
Answer: A
53. Tabitha is creating her first WebSphere Portlet Factory project. After creating the Factory WebApp Project and her
first model, how does she add new code to the model?
A. Start adding builder calls to the model using the Outline pane
B. Drag and drop code snippets from the pallet using the WebApp Diagram
C. Use the WebApp Tree, as it has an interface for adding Java code to methods
D. Define Linked Java Objects for use in the project, and import them using standard Java import syntax
Answer: A
54. Jorge is working on an XML structure that has been retrieved from an existing XML file, and he now has the XML
structure available for processing. What are the three things he can modify using IXml methods?
A. Element name, text value, and attribute(s)
B. Element name, node hierarchy, and text value
C. Element name, binary value, and attribute(s)
D. Element text value, node hierarchy, and attribute(s)
Answer: A
55. Will has used Eclipse for several RCP and plug-in projects and is beginning his first WebSphere Portlet Factory
WebApp. In order to provide a clean environment for the complexities of his WebApp, what action should he take with
Eclipse before creating the new WebApp Project?
A. Open a new perspective
B. Define and use a new workspace
C. Start Eclipse with the “-clean” option
D. Clear the warnings from the Problems view, and add a Servers view for running the project
Answer: B