nerdexam
IBM

C2140-842 · Question #36

Given the following code snippet in which Customers() represents an HTML table from which data needs to be extracted: Customers().getTestData("contents"); What data type is returned by…

The correct answer is A. ITestDataTable. See the full explanation below for the reasoning.

Question

Given the following code snippet in which Customers() represents an HTML table from which data needs to be extracted:

Customers().getTestData("contents"); What data type is returned by getTestData("contents")?

Options

  • AITestDataTable
  • BString
  • CTableData
  • DTestData

How the community answered

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

Community Discussion

No community discussion yet for this question.

Full C2140-842 Practice