nerdexam
IBM

A2180-270 · Question #20

An integration developer has been asked to review an implementation of the JavaComponentImpl class. The class implements the AnInterface interface, as shown in the exhibits. Which concern should the…

The correct answer is A. Static references to a business object can result in concurrent access of it. See the full explanation below for the reasoning.

Question

An integration developer has been asked to review an implementation of the JavaComponentImpl class. The class implements the AnInterface interface, as shown in the exhibits. Which concern should the integration developer state in the review?

Options

  • AStatic references to a business object can result in concurrent access of it.
  • BJava components that operate on business objects must implement Java interfaces.
  • CA line should be inserted between lines 24 and 25 of JavaComponentImpl.java containing: storedA.unset("field1");
  • DLine 25 of JavaComponentImpl.java should be: storedA.createDataObject("field1", "http://AModule", input1);

How the community answered

(48 responses)
  • A
    83% (40)
  • B
    6% (3)
  • C
    8% (4)
  • D
    2% (1)

Community Discussion

No community discussion yet for this question.

Full A2180-270 Practice