Question:What will the output of the following trace statement? trace(myXML..employee.(lastName=="Zmed"));
A All employee blocks are printed on the console.
B The first employee block is printed on the console.
C The complete structure of myXML is printed in the console.
D Only the lastName tag with value "Zmed" is printed.
+ AnswerB
+ Report