Question: Which of the following statement is not correct?
A
B
C
D
While accessing child nodes of an XMLList, the array access operator '[]' can be used and the starting Index is 0.
B
While accessing child nodes of an XMLList, the array access operator '[]' can be used but the starting Index in this case is 1.
C
While fetching children of an XMLList, the children() method of the XML class can be used interchangeably with the '*' operator.
D
All of the above statements are correct.
Note: Not available