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)- A74% (26)
- B9% (3)
- C3% (1)
- D14% (5)
Community Discussion
No community discussion yet for this question.