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)- A83% (40)
- B2% (1)
- C8% (4)
- D6% (3)
Community Discussion
No community discussion yet for this question.