nerdexam
IBM

C2050-725 · Question #137

An application developer has to create a new task command AddUserToCatalogMailingListTask which adds a user to a catalog mailing list. Which of the following is the correct implementation for the…

The correct answer is A. AddUserToCatalogMailingListTask addToMailingListCmd = null; addToMailingListCmd =. See the full explanation below for the reasoning.

Question

An application developer has to create a new task command AddUserToCatalogMailingListTask which adds a user to a catalog mailing list. Which of the following is the correct implementation for the task command?

Options

  • AAddUserToCatalogMailingListTask addToMailingListCmd = null; addToMailingListCmd =
  • BAddUserToCatalogMailingListTask addToMailingListCmd = null;
  • CAddUserToCatalogMailingListTask addToMailingListCmd = null; addToMailingListCmd =
  • DAddUserToCatalogMailingListTask addToMailingListCmd = null; addToMailingListCmd =

How the community answered

(35 responses)
  • A
    74% (26)
  • B
    9% (3)
  • C
    3% (1)
  • D
    14% (5)

Community Discussion

No community discussion yet for this question.

Full C2050-725 Practice